Skip to content

Commit

Permalink
Only run coveralls if tests pass and only in the coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Apr 5, 2013
1 parent 0586e63 commit 6d66a36
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ script:
notifications:
email: false
after_success:
- coveralls
# Remove this section once py.test is passing
after_failure:
- coveralls
- if [[ "${TEST_COVERAGE}" == "true" ]]; then
coveralls;
fi

0 comments on commit 6d66a36

Please sign in to comment.