Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Add coveralls support
Browse files Browse the repository at this point in the history
  • Loading branch information
Callek committed Dec 10, 2014
1 parent 3bdc90e commit bd40bc6
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 @@ -10,3 +10,7 @@ install:
# run everything in a single script, so we get a nice summary at the end
script:
- bash ./validate.sh

after_success:
- "pip install coveralls"
- coveralls --rcfile coveragerc

0 comments on commit bd40bc6

Please sign in to comment.