Added vet call

This commit is contained in:
Derek Collison
2012-11-20 16:36:54 -08:00
parent 6ed2a69245
commit 15e412a4bd

View File

@@ -1,5 +1,6 @@
language: go
script:
- go vet ./...
- go test -i ./...
- go test -v ./...