.travis.yml: Don't fail builds on coveralls failures

This commit is contained in:
Aaron Lindsay 2017-11-18 05:25:02 -05:00
parent 1264e6e486
commit d81d75876f
1 changed files with 2 additions and 0 deletions

View File

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