Skip to content

Commit fade210

Browse files
jmhodgesjulienschmidt
authored andcommitted
allow successful TravisCI runs in forks (go-sql-driver#639)
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 e52f190 commit fade210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ script:
9090
- go test -v -covermode=count -coverprofile=coverage.out
9191
- go vet ./...
9292
- test -z "$(gofmt -d -s . | tee /dev/stderr)"
93+
after_script:
9394
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci

0 commit comments

Comments
 (0)