Skip to content

Commit 06a3757

Browse files
authored
Merge pull request #7 from cotsog/patch-1
Move test stage at the root
2 parents 0d20175 + 95e0f0f commit 06a3757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
php: 7.2
2929
script:
3030
- vendor/bin/php-cs-fixer fix -v --dry-run
31-
- stage: Test
32-
script:
33-
- vendor/bin/phpunit
3431
allow_failures:
3532
- php: nightly
33+
34+
script:
35+
- vendor/bin/phpunit

0 commit comments

Comments
 (0)