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 26, 2015
1 parent c20f99e commit 23772de
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
language: go
go:
- 1.1
- 1.2
- 1.3
- 1.4
- tip
- tip
before_install:
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
install:
- go get -v .
script:
- go test -v .
- go vet ./...

0 comments on commit 23772de

Please sign in to comment.