do not go get vet in travis

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2016-04-06 17:48:17 -07:00
parent ee30452059
commit 6d2a411818
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ install:
- ln -s $HOME/gopath/src/github.com/${TRAVIS_REPO_SLUG///swarm/} $HOME/gopath/src/github.com/docker
- export GOPATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace:$GOPATH
- export PATH=${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
- go get github.com/GeertJohan/fgt