Skip to content

Commit

Permalink
Add 'go vet' to travis yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed Apr 21, 2015
1 parent 16c2f9d commit 2430ba2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,7 +1,12 @@
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- tip
- tip
install:
- go get -v golang.org/x/tools/cmd/vet
- go get -v .
script:
- go test -v
- go vet

0 comments on commit 2430ba2

Please sign in to comment.