Merge pull request #157 from ashnazg/ci

use ecs v3.x
This commit is contained in:
Chuck Burgess
2018-06-14 11:15:19 -05:00
committed by GitHub
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
script:
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
- composer create-project symplify/easy-coding-standard temp/ecs && temp/ecs/bin/ecs check src tests
- composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests
cache:
directories: