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 a33f5c6 commit ce2def1Copy full SHA for ce2def1
.travis.yml
@@ -13,3 +13,5 @@ script:
13
14
after_script:
15
- php vendor/bin/coveralls
16
+ - wget https://scrutinizer-ci.com/ocular.phar
17
+ - php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml
0 commit comments