mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 19:30:46 +02:00
build: update travis script to exclude the vendor dir when running tests
This commit is contained in:
@@ -10,4 +10,4 @@ install:
|
|||||||
script:
|
script:
|
||||||
- export PATH=$PATH:$HOME/gopath/bin
|
- export PATH=$PATH:$HOME/gopath/bin
|
||||||
- export GO15VENDOREXPERIMENT=1
|
- export GO15VENDOREXPERIMENT=1
|
||||||
- go test -v ./...
|
- go test -v $(GO15VENDOREXPERIMENT=1 go list ./... | grep -v '/vendor/')
|
||||||
|
Reference in New Issue
Block a user