Add go vet to travis-ci

This commit is contained in:
Grant Murphy 2016-11-02 17:03:24 -07:00
parent 65d572f193
commit 344ebd1ab6

View file

@ -1,5 +1,6 @@
language: go
before_script:
- go vet ./...
go:
- 1.5
- tip