We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e62e73 commit ebe9f04Copy full SHA for ebe9f04
.travis.yml
@@ -18,7 +18,6 @@ install:
18
script:
19
- go generate
20
- go get -t -v ./...
21
- - diff -u <(echo -n) <(gofmt -d .)
22
- go vet $(go list ./... | grep -v /vendor/)
23
- go test -v -race ./...
24
# only build binaries from the latest Go release.
0 commit comments