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 566f56b commit cd7f3aeCopy full SHA for cd7f3ae
.travis.yml
@@ -68,3 +68,7 @@ script:
68
after_success:
69
- if [[ $COVERAGE = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
70
- if [[ $COVERAGE = true ]]; then php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml; fi
71
+
72
+after_script:
73
+ - wget http://tnyholm.se/reporter.phar
74
+ - php reporter.phar build:upload
0 commit comments