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 e696389 commit cbfb472Copy full SHA for cbfb472
.travis.yml
@@ -15,3 +15,7 @@ install:
15
16
script:
17
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
18
+
19
+after_script:
20
+ - wget https://scrutinizer-ci.com/ocular.phar
21
+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
0 commit comments