From 65d624fc7e0a1e918d741645251332dd16a3947b Mon Sep 17 00:00:00 2001 From: James Murty Date: Mon, 19 Sep 2016 20:11:17 +1000 Subject: [PATCH] Avoid/ignore Travis test failures due to coverall comms failures --- icekit/bin/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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