diff --git a/.travis.yml b/.travis.yml index d07a8d7..b73c7fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ sudo: false before_install: - git config --global url."https://".insteadOf git:// - - go get golang.org/x/tools/cmd/vet - go get -u github.com/golang/lint/golint - mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/go-mtree - go get ./...