Skip to content

Commit

Permalink
Execute coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Mar 26, 2015
1 parent 0bc3f68 commit 2fdd252
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,18 @@ install:
script:
- bin/test
after_success:
- pip install coveralls
- bin/createcoverage run bin/test
- pip install -q coveralls
- coveralls

notifications:
email:
- devs@imio.be
recipients:
- devs@imio.be
on_success: change
on_failure: change
irc:
channels:
- "irc.freenode.org#imio"
on_success: change
on_failure: always

0 comments on commit 2fdd252

Please sign in to comment.