build: bump travis bitcoind version to v0.19.1

This commit is contained in:
Wilmer Paulino 2020-03-13 11:03:00 -07:00
parent 4cb518c174
commit 4b8d0d913a
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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