Merge pull request #120 from dave-tucker/fix-ci

Don't fail the build on coveralls upload
This commit is contained in:
Madhu Venugopal 2015-05-05 17:06:38 -07:00
commit d96a409c6a

View file

@ -57,7 +57,7 @@ install-deps:
go get github.com/mattn/goveralls
coveralls:
@goveralls -service circleci -coverprofile=coverage.coverprofile -repotoken $$COVERALLS_TOKEN
-@goveralls -service circleci -coverprofile=coverage.coverprofile -repotoken $$COVERALLS_TOKEN
# CircleCI's Docker fails when cleaning up using the --rm flag
# The following target is a workaround for this