diff --git a/icekit/bin/runtests.sh b/icekit/bin/runtests.sh index ee9ea569..9dbdd7a1 100755 --- a/icekit/bin/runtests.sh +++ b/icekit/bin/runtests.sh @@ -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