Skip to content

Commit

Permalink
ignore coveralls errors
Browse files Browse the repository at this point in the history
This could be caused by multiple builds (os, go version) for same commit
  • Loading branch information
songgao committed Apr 4, 2016
1 parent faba4a5 commit a560abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ install:
script:
- ifconfig
- sudo -E env "PATH=$PATH" go test -v -covermode=count -coverprofile=coverage.out -dev=$IFCE
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN || true

matrix:
include:
Expand Down

0 comments on commit a560abb

Please sign in to comment.