put lint stages together

This commit is contained in:
Chuck Burgess
2018-01-08 14:35:36 -06:00
parent cda86e1f17
commit f845cf6567
+6 -6
View File
@@ -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