Skip to content

Commit 66e1fd3

Browse files
committed
unstaged scripts default to 'test' stage;
1 parent 1d7fe61 commit 66e1fd3

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
@@ -9,11 +9,11 @@ env:
99
install:
1010
- composer install --no-interaction --prefer-dist -o
1111

12+
script:
13+
- vendor/bin/phpunit
14+
1215
jobs:
1316
include:
14-
- stage: Test
15-
script:
16-
- vendor/bin/phpunit
1717

1818
- stage: lint
1919
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;

0 commit comments

Comments
 (0)