We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eedd98e + 0b235db commit 2116258Copy full SHA for 2116258
.travis.yml
@@ -32,7 +32,7 @@ jobs:
32
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
33
script:
34
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
35
- #- 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
36
37
cache:
38
directories:
0 commit comments