Skip to content

Commit

Permalink
Enable codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 4, 2017
1 parent 4419fcd commit b91530b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,10 @@ install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable

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

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

notifications:
email: false
Expand Down

0 comments on commit b91530b

Please sign in to comment.