From 699cb5ed8f3252b6dc62fa32fe7bfff1fc922b0b Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 23 Feb 2016 22:16:01 +0100 Subject: [PATCH] Let goveralls fail if it needs to Maybe this fixes coverage reporting... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ad9e9bdd7..3a1bfe599 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,4 +38,4 @@ script: - go run run_integration_tests.go after_success: - - goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true + - goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN"