mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-05 08:25:58 +00:00
Merge pull request #5 from vbatts/travis_vet
travis: go1.5 and go1.6 have vet builtin
This commit is contained in:
commit
9f0a9fd6c0
1 changed files with 0 additions and 1 deletions
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in a new issue