Skip to content

Commit 95e0f0f

Browse files
authored
Move test stage at the root
1 parent 0d20175 commit 95e0f0f

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)