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 bcaef68 commit 035cdc4Copy full SHA for 035cdc4
.travis.yml
@@ -42,7 +42,3 @@ script: phpunit --coverage-clover=coverage.clover
42
after_script:
43
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
44
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
45
-
46
-notifications:
47
- email:
48
- - [email protected]
0 commit comments