Skip to content

Commit 057e1b6

Browse files
committed
Add coveralls
1 parent f319623 commit 057e1b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ after_script:
2727
- php vendor/bin/codacycoverage clover build/logs/clover.xml
2828
- wget https://scrutinizer-ci.com/ocular.phar
2929
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
30+
- bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml
31+
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.0/coveralls.phar
32+
- php coveralls.phar --coverage_clover=build/logs/clover.xml

0 commit comments

Comments
 (0)