travis: go1.5 and go1.6 have vet builtin

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2016-04-13 15:34:50 -04:00
parent d3a4dc6d72
commit 8240bc683b

View file

@ -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 ./...