Merge pull request #5173 from tpounds/go-vet-on-travis-ci-builds
Enable `go vet` on Travis CI builds
This commit is contained in:
commit
84d9b757d1
|
@ -12,7 +12,7 @@ install:
|
|||
- echo noop
|
||||
|
||||
script:
|
||||
- make test
|
||||
- make test vet
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in New Issue