From 8240bc683b215150eec44634b0c893e7d10bf22c Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 13 Apr 2016 15:34:50 -0400 Subject: [PATCH] travis: go1.5 and go1.6 have vet builtin Signed-off-by: Vincent Batts --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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 ./...