Skip to content

Commit

Permalink
Add vet and lint to travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Sep 12, 2014
1 parent 8ab6c88 commit 7e65e0a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
language: go
go: release
install: go get -d -t -v ./...
install:
- go get -d -t -v ./...
- go get -v code.google.com/p/go.tools/cmd/vet
- go get -v github.com/GeertJohan/fgt
- go get -v github.com/golang/lint/golint
script:
- export PATH=$PATH:$HOME/gopath/bin
- go vet
- fgt golint .

0 comments on commit 7e65e0a

Please sign in to comment.