Merge pull request #1132 from hashicorp/f-travis-vet
run `go vet` on Travis
This commit is contained in:
commit
7dca526493
|
@ -10,6 +10,7 @@ install: make updatedeps
|
|||
|
||||
script:
|
||||
- go test ./...
|
||||
- make vet
|
||||
#- go test -race ./...
|
||||
|
||||
branches:
|
||||
|
|
Loading…
Reference in New Issue