Skip to content

Commit 5fc8ccc

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 5fc8ccc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)