Merge pull request #66 from tomwilkie/build

Don't fail build if coveralls has a hiccup.
This commit is contained in:
Tom Wilkie
2015-05-20 10:47:55 +02:00
+1 -1
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