mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
put lint stages together
This commit is contained in:
+6
-6
@@ -12,13 +12,13 @@ script:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
- stage: lint
|
- stage: lint
|
||||||
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
|
php: 7.1
|
||||||
|
before_script:
|
||||||
- stage: lint
|
- composer create-project symplify/easy-coding-standard temp/ecs
|
||||||
script: temp/ecs/bin/ecs check src tests;
|
script:
|
||||||
before_script: composer create-project symplify/easy-coding-standard temp/ecs;
|
- temp/ecs/bin/ecs check src tests
|
||||||
|
- vendor/bin/phpstan analyse src --level max --configuration phpstan.neon
|
||||||
|
|
||||||
- stage: Coverage
|
- stage: Coverage
|
||||||
php: 7.1
|
php: 7.1
|
||||||
|
|||||||
Reference in New Issue
Block a user