Skip to content

Commit

Permalink
Trying out clover.xml via codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
darrynten committed Feb 17, 2017
1 parent 8492ca6 commit 752b1ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ before_script:
- travis_retry composer install --prefer-dist --no-interaction

script:
- bin/phpunit
- bin/phpunit --coverage-clover=coverage.xml

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 752b1ce

Please sign in to comment.