mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-09 16:44:25 +01:00
build: install lnd binary within Travis container for integration tests
This commit is contained in:
@@ -7,6 +7,7 @@ install:
|
||||
- go get -v github.com/roasbeef/btcd # Required for the rpc test package.
|
||||
- go get -v github.com/Masterminds/glide
|
||||
- glide install
|
||||
- go install -v . # Required for the integration tests.
|
||||
script:
|
||||
- export PATH=$PATH:$HOME/gopath/bin
|
||||
- go test -v $(go list ./... | grep -v '/vendor/')
|
||||
|
||||
Reference in New Issue
Block a user