mirror of https://github.com/docker/docs.git
do not go get vet in travis
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
ee30452059
commit
6d2a411818
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue