travis: run `go vet` on every build

This commit is contained in:
Paul Hinze 2015-03-05 14:57:54 -06:00
parent 9270af6dfa
commit 028a8ac8c5
1 changed files with 1 additions and 0 deletions

View File

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