build: bump to bitcoind 0.18.1 for itests

This commit is contained in:
Conner Fromknecht 2019-10-01 16:29:55 -07:00
parent 43b02d3035
commit 45114cb819
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7
2 changed files with 2 additions and 2 deletions

@ -1,7 +1,7 @@
language: go language: go
cache: cache:
directories: directories:
- ~/bitcoin/bitcoin-0.18.0/bin - ~/bitcoin/bitcoin-0.18.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.0 export BITCOIND_VERSION=0.18.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