Run go vet
as part of Travis build
This commit is contained in:
parent
d38a3b82a6
commit
9e5f47524b
@ -1,2 +1,6 @@
|
||||
language: go
|
||||
go: 1.1
|
||||
|
||||
script:
|
||||
- go vet ./...
|
||||
- go test -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user