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 26b16ee commit 7288037Copy full SHA for 7288037
.travis.yml
@@ -16,3 +16,9 @@ before_script:
16
- composer dumpautoload
17
18
script: vendor/bin/phpunit
19
+
20
+after_script:
21
+ - if [[ -f coverage.clover ]]; then
22
+ curl -sSOL https://scrutinizer-ci.com/ocular.phar &&
23
+ php ocular.phar code-coverage:upload --format=php-clover coverage.clover;
24
+ fi
0 commit comments