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

Add coveralls support #30

Merged
1 commit merged into from
Dec 11, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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