From cd5b788e480f9adeef8d0f68310704f7c8cd12dd Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Thu, 11 Jun 2015 22:45:22 +0200 Subject: [PATCH] Ignore goverall errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 225576060..43acbb905 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,6 @@ script: - make test-integration - GOARCH=386 make test-integration - make all.cov - - goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" + - goveralls -coverprofile=all.cov -service=travis-ci -repotoken "$COVERALLS_TOKEN" || true - gofmt -l *.go */*.go */*/*.go - test -z "$(gofmt -l *.go */*.go */*/*.go)"