Merge pull request #5 from vbatts/travis_vet

travis: go1.5 and go1.6 have vet builtin
This commit is contained in:
Vincent Batts 2016-04-13 15:37:21 -04:00
commit 9f0a9fd6c0
1 changed files with 0 additions and 1 deletions

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