Don't fail build if coveralls has a hickup.

This commit is contained in:
Tom Wilkie
2015-05-20 08:16:48 +00:00
parent 9eff84292f
commit b1d1ce8db4

View File

@@ -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