Be more specific in TravisCI go vet version test.

This commit is contained in:
Dave Collins 2014-12-11 12:20:56 -06:00
parent d041b80301
commit 7214218925

View file

@ -5,7 +5,7 @@ go:
- tip
install:
- go get -d -t -v ./...
- if [ "$TRAVIS_GO_VERSION" = "1.3" ]; then go get -v code.google.com/p/go.tools/cmd/vet; else go get -v golang.org/x/tools/cmd/vet; fi
- if [ "$TRAVIS_GO_VERSION" = "go1.3.3" ]; then go get -v code.google.com/p/go.tools/cmd/vet; else go get -v golang.org/x/tools/cmd/vet; fi
- go get -v github.com/GeertJohan/fgt
- go get -v github.com/golang/lint/golint
script: