We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c7d05 commit 5123e95Copy full SHA for 5123e95
.travis.yml
@@ -19,4 +19,4 @@ script:
19
- go test -v -covermode=count -coverprofile=coverage.out ./...
20
- go vet ./...
21
- test -z "$(gofmt -d -s . | tee /dev/stderr)"
22
- - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
+ - $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
0 commit comments