Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Avoid/ignore Travis test failures due to coverall comms failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurty committed Sep 19, 2016
1 parent 56679c7 commit 65d624f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icekit/bin/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ coverage run "$ICEKIT_DIR/bin/manage.py" test --noinput --verbosity=2 "${@:-.}"
coverage report

if [[ -n "$TRAVIS" ]]; then
coveralls
coveralls || true
fi

0 comments on commit 65d624f

Please sign in to comment.