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