Skip to content

Commit cd7f3ae

Browse files
Nyholmdbu
authored andcommitted
Share some data with a secret test tool by Nyholm (#237)
1 parent 566f56b commit cd7f3ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,7 @@ script:
6868
after_success:
6969
- if [[ $COVERAGE = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
7070
- 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

Comments
 (0)