Skip to content

Commit

Permalink
add coveralls option
Browse files Browse the repository at this point in the history
  • Loading branch information
burdiuz committed Jan 4, 2016
1 parent 4c7005f commit ba13d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:

script:
- mkdir -p reports
- php vendor/bin/phpunit -c phpunit.xml
- php vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml

after_success:
- travis_retry php vendor/bin/coveralls -- --coverage_clover reports/coverage-clover.xml
- travis_retry php vendor/bin/coveralls

0 comments on commit ba13d9d

Please sign in to comment.