From b1d1ce8db4a9c1c49044bb34de840475aa81371e Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Wed, 20 May 2015 08:16:48 +0000 Subject: [PATCH] Don't fail build if coveralls has a hickup. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 069e0d9edb..774c804b70 100644 --- a/circle.yml +++ b/circle.yml @@ -25,4 +25,4 @@ test: - cd $SRCDIR; make - cd $SRCDIR; ./bin/test post: - - goveralls -repotoken $COVERALLS_REPO_TOKEN -coverprofile=$SRCDIR/profile.cov -service=circleci + - goveralls -repotoken $COVERALLS_REPO_TOKEN -coverprofile=$SRCDIR/profile.cov -service=circleci || true