Skip to content

Commit

Permalink
Merge pull request #66 from tomwilkie/build
Browse files Browse the repository at this point in the history
Don't fail build if coveralls has a hiccup.
  • Loading branch information
tomwilkie committed May 20, 2015
2 parents 524249c + b1d1ce8 commit 0f53765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0f53765

Please sign in to comment.