1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-08-01 11:00:27 +00:00

test: only work with non-vendored source

by vendoring source, now './...' includes loads of vet/test/lint errors.
Let's ignore those.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-01-20 10:28:19 -05:00
parent c9762c4d0e
commit 1f53bd1b61
Signed by: vbatts
GPG key ID: 10937E57733F1362
2 changed files with 9 additions and 8 deletions

View file

@ -8,8 +8,8 @@ sudo: false
before_install:
- git config --global url."https://".insteadOf git://
- go get -u github.com/golang/lint/golint
- go get -u github.com/Masterminds/glide
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/go-mtree
- go get ./...
install: true