build: bump travis bitcoind version to 0.19.0.1
This commit is contained in:
parent
59c4db7f33
commit
44fa28b27b
@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- ~/bitcoin/bitcoin-0.18.1/bin
|
- ~/bitcoin/bitcoin-0.19.0.1/bin
|
||||||
- $GOCACHE
|
- $GOCACHE
|
||||||
- $GOPATH/pkg/mod
|
- $GOPATH/pkg/mod
|
||||||
- $GOPATH/src/github.com/btcsuite
|
- $GOPATH/src/github.com/btcsuite
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -ev
|
set -ev
|
||||||
|
|
||||||
export BITCOIND_VERSION=0.18.1
|
export BITCOIND_VERSION=0.19.0.1
|
||||||
|
|
||||||
if sudo cp ~/bitcoin/bitcoin-$BITCOIND_VERSION/bin/bitcoind /usr/local/bin/bitcoind
|
if sudo cp ~/bitcoin/bitcoin-$BITCOIND_VERSION/bin/bitcoind /usr/local/bin/bitcoind
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user