Merge pull request #1132 from hashicorp/f-travis-vet

run `go vet` on Travis
This commit is contained in:
Paul Hinze 2015-03-05 15:16:09 -06:00
commit 7dca526493
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ install: make updatedeps
script:
- go test ./...
- make vet
#- go test -race ./...
branches: