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.
1 parent 84bd091 commit 89a0935Copy full SHA for 89a0935
.travis.yml
@@ -22,7 +22,7 @@ install:
22
script:
23
- vendor/bin/phpunit --coverage-clover=coverage.xml -v
24
- if [[ $ECS != "" ]]; then temp/ecs/bin/ecs check src tests; fi
25
- - if [[ $PHPSTAN != "" ]]; then vendor/bin/phpstan analyse src tests --level max --configuration phpstan.neon; fi
+ - if [[ $PHPSTAN != "" ]]; then vendor/bin/phpstan analyse src --level max --configuration phpstan.neon; fi
26
27
after_script:
28
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
0 commit comments