build: install lnd binary within Travis container for integration tests

This commit is contained in:
Olaoluwa Osuntokun 2016-08-30 11:14:34 -07:00
parent 1ace7ede01
commit 164db26a11
No known key found for this signature in database
GPG Key ID: 9CC5B105D03521A2
1 changed files with 1 additions and 0 deletions

View File

@ -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/')