Skip to content

Commit 76cd096

Browse files
committed
allow successful TravisCI runs in forks
Most forks won't be in goveralls and so this command in travis.yml was, previously, failing and causing the build to fail. Now, it doesn't!
1 parent 3955978 commit 76cd096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ script:
8686
- go test -v -covermode=count -coverprofile=coverage.out
8787
- go vet ./...
8888
- test -z "$(gofmt -d -s . | tee /dev/stderr)"
89-
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
89+
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci || exit 0

0 commit comments

Comments
 (0)