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:
parent
c9762c4d0e
commit
1f53bd1b61
2 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue