Run go vet as part of Travis build

This commit is contained in:
jszwedko 2014-07-14 13:48:52 -04:00
parent d38a3b82a6
commit 9e5f47524b

View File

@ -1,2 +1,6 @@
language: go
go: 1.1
script:
- go vet ./...
- go test -v ./...