We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee46028 commit 93aed73Copy full SHA for 93aed73
.travis.yml
@@ -90,4 +90,5 @@ script:
90
- go test -v -covermode=count -coverprofile=coverage.out
91
- go vet ./...
92
- test -z "$(gofmt -d -s . | tee /dev/stderr)"
93
+after_script:
94
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
0 commit comments