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 0c6345f commit f0c19bfCopy full SHA for f0c19bf
.travis.yml
@@ -14,7 +14,7 @@ before_script:
14
script:
15
- ./vendor/bin/php-cs-fixer fix --diff --verbose --dry-run
16
- ./vendor/bin/phpunit --coverage-clover coverage-clover.xml
17
- - ./vendor/bin/phpstan analyse -c phpstan.neon --level max src tests
+ - ./vendor/bin/phpstan analyse
18
19
after_script:
20
- wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage-clover.xml
0 commit comments