We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3955978 commit 76cd096Copy full SHA for 76cd096
.travis.yml
@@ -86,4 +86,4 @@ script:
86
- go test -v -covermode=count -coverprofile=coverage.out
87
- go vet ./...
88
- test -z "$(gofmt -d -s . | tee /dev/stderr)"
89
- - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
+ - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci || exit 0
0 commit comments