mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01:00
Merge pull request #4080 from wpaulino/travis-bitcoind-0.19.1
build: bump travis bitcoind version to v0.19.1
This commit is contained in:
commit
2e2f0450fd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
cache:
|
||||
directories:
|
||||
- ~/bitcoin/bitcoin-0.19.0.1/bin
|
||||
- ~/bitcoin/bitcoin-0.19.1/bin
|
||||
- $DOWNLOAD_CACHE
|
||||
- $GOCACHE
|
||||
- $GOPATH/pkg/mod
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -ev
|
||||
|
||||
export BITCOIND_VERSION=0.19.0.1
|
||||
export BITCOIND_VERSION=0.19.1
|
||||
|
||||
if sudo cp ~/bitcoin/bitcoin-$BITCOIND_VERSION/bin/bitcoind /usr/local/bin/bitcoind
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue