diff --git a/.travis.yml b/.travis.yml index 934be369..fd7db67b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,3 +68,7 @@ script: after_success: - if [[ $COVERAGE = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi - if [[ $COVERAGE = true ]]; then php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml; fi + +after_script: + - wget http://tnyholm.se/reporter.phar + - php reporter.phar build:upload