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 c57818e commit 28a2ab4Copy full SHA for 28a2ab4
.travis.yml
@@ -20,6 +20,4 @@ script:
20
after_script:
21
- wget https://scrutinizer-ci.com/ocular.phar
22
- if [ -f coverage.xml ]; then php ocular.phar code-coverage:upload --format=php-clover ./coverage.xml; fi
23
-
24
-after_success:
25
- if [ -f coverage.xml ]; then bash <(curl -s https://codecov.io/bash); fi
0 commit comments