Run 'go vet' instead of 'go tool vet' in Travis

This commit is contained in:
Gary Burd 2016-03-02 15:14:48 -08:00
parent be42fcd8c9
commit 0b8990dd8b
1 changed files with 1 additions and 1 deletions

View File

@ -17,5 +17,5 @@ install:
script:
- go get -t -v ./...
- diff -u <(echo -n) <(gofmt -d .)
- go tool vet .
- go vet .
- go test -v -race ./...