We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcefd64 commit aa284bfCopy full SHA for aa284bf
.travis.yml
@@ -1,7 +1,7 @@
1
language: go
2
script:
3
- go vet
4
- - gofmt -l .
+ - test -z $(gofmt -l .)
5
- go test -v ./...
6
- go build
7
go:
0 commit comments