mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
unstaged scripts default to 'test' stage;
This commit is contained in:
+3
-3
@@ -9,11 +9,11 @@ env:
|
||||
install:
|
||||
- composer install --no-interaction --prefer-dist -o
|
||||
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: Test
|
||||
script:
|
||||
- vendor/bin/phpunit
|
||||
|
||||
- stage: lint
|
||||
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
|
||||
|
||||
Reference in New Issue
Block a user