Skip to content

Commit

Permalink
Add code coverage support
Browse files Browse the repository at this point in the history
  • Loading branch information
robrichards committed Jul 27, 2015
1 parent da41ec8 commit 54280a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ matrix:

script:
- phpunit tests

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

0 comments on commit 54280a7

Please sign in to comment.