travis: go1.5 and go1.6 have vet builtin
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
d3a4dc6d72
commit
8240bc683b
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ sudo: false
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git config --global url."https://".insteadOf git://
|
- git config --global url."https://".insteadOf git://
|
||||||
- go get golang.org/x/tools/cmd/vet
|
|
||||||
- go get -u github.com/golang/lint/golint
|
- 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
|
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/go-mtree
|
||||||
- go get ./...
|
- go get ./...
|
||||||
|
|
Loading…
Reference in a new issue