We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0948908 commit da5670bCopy full SHA for da5670b
1 file changed
.travis.yml
@@ -18,7 +18,7 @@ jobs:
18
- stage: lint
19
script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;
20
21
- - stage lint
+ - stage: lint
22
script: temp/ecs/bin/ecs check src tests;
23
before_script: composer create-project symplify/easy-coding-standard temp/ecs;
24
0 commit comments