Skip to content

Commit

Permalink
Add vet, lint, and 1.2 builds to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Sep 16, 2014
1 parent c3abafc commit 351a2a5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
language: go
go:
- 1.2
- release
- tip
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 .
- go test -v

0 comments on commit 351a2a5

Please sign in to comment.