Be more specific in TravisCI go vet version test.
This commit is contained in:
parent
d041b80301
commit
7214218925
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ go:
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- go get -d -t -v ./...
|
- 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/GeertJohan/fgt
|
||||||
- go get -v github.com/golang/lint/golint
|
- go get -v github.com/golang/lint/golint
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue