Merge pull request #2093 from vieux/do_not_go_get_vet

do not go get vet in travis
This commit is contained in:
Dongluo Chen 2016-04-06 17:58:25 -07:00
commit 335b2edda3
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