travis: run `go vet` on every build
This commit is contained in:
parent
9270af6dfa
commit
028a8ac8c5
|
@ -10,6 +10,7 @@ install: make updatedeps
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
- make vet
|
||||||
#- go test -race ./...
|
#- go test -race ./...
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
|
Loading…
Reference in New Issue