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 d348bd0 commit 835ed87Copy full SHA for 835ed87
.travis.yml
@@ -20,7 +20,6 @@ before_script:
20
script:
21
- php vendor/bin/phpcs
22
- php vendor/bin/phpunit --coverage-clover=coverage.xml --debug
23
- - php vendor/bin/phpunit --configuration ./build/travis-ci-fail.xml > /dev/null; if [ $? -eq 0 ]; then echo "SHOULD FAIL"; false; else echo "fail checked"; fi;
24
25
after_script:
26
- bash <(curl -s https://codecov.io/bash)
0 commit comments