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