From 0b711905087a1e091f4891b2380e018d4bce5129 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Fri, 12 Jun 2015 18:35:05 -0700 Subject: [PATCH] update travis go vet go cover Signed-off-by: Victor Vieux --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 02bc577675..8779c75e6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ 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 code.google.com/p/go.tools/cmd/vet - - go get code.google.com/p/go.tools/cmd/cover + - go get golang.org/x/tools/cmd/vet + - go get golang.org/x/tools/cmd/cover - go get github.com/mattn/goveralls - go get github.com/golang/lint/golint - go get github.com/GeertJohan/fgt