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