Skip to content

Commit

Permalink
Run createcoverage in the after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Sep 9, 2015
1 parent 316a79b commit 4fe4b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ install:

script:
- bin/test
- bin/createcoverage

after_success:
- bin/createcoverage
- pip install coveralls
- coveralls

0 comments on commit 4fe4b3e

Please sign in to comment.