mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +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:
|
||||
- export PATH=$PATH:$HOME/gopath/bin
|
||||
- export GO15VENDOREXPERIMENT=1
|
||||
- go test -v ./...
|
||||
- go test -v $(GO15VENDOREXPERIMENT=1 go list ./... | grep -v '/vendor/')
|
||||
|
Reference in New Issue
Block a user