mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-11 17:44:22 +01: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