unstaged scripts default to 'test' stage;

This commit is contained in:
Chuck Burgess
2018-01-08 14:34:10 -06:00
parent 1d7fe61bc1
commit 66e1fd3837
+3 -3
View File
@@ -9,12 +9,12 @@ env:
install:
- composer install --no-interaction --prefer-dist -o
jobs:
include:
- stage: Test
script:
- vendor/bin/phpunit
jobs:
include:
- stage: lint
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;