target php not allowed in lint stage?

This commit is contained in:
Chuck Burgess
2018-01-08 07:09:15 -06:00
parent 355187b692
commit 09489084f8
-2
View File
@@ -16,11 +16,9 @@ jobs:
- vendor/bin/phpunit - vendor/bin/phpunit
- stage: lint - stage: lint
php: 7.1
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon; script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
- stage lint - stage lint
php: 7.1
script: temp/ecs/bin/ecs check src tests; script: temp/ecs/bin/ecs check src tests;
before_script: composer create-project symplify/easy-coding-standard temp/ecs; before_script: composer create-project symplify/easy-coding-standard temp/ecs;