Skip to content

Commit

Permalink
.travis.yml: Don't fail builds on coveralls failures
Browse files Browse the repository at this point in the history
  • Loading branch information
aclindsa committed Nov 18, 2017
1 parent 1264e6e commit d81d758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -12,4 +12,6 @@ script:
- go get github.com/mattn/goveralls
- go install github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=coverage.out

after_script:
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

0 comments on commit d81d758

Please sign in to comment.