From 1305a4fedfed3c5dbc9ed52596b3d31386e062df Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 12 Jan 2018 11:47:48 -0700 Subject: [PATCH] build: update travis to install bitcoind for running tests --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 07169dbb..46c1a456 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ go: - 1.9.2 sudo: false install: + - add-apt-repository -y ppa:bitcoin/bitcoin + - apt-update + - apt-get -y install bitcoind - GLIDE_TAG=v0.12.3 - GLIDE_DOWNLOAD="https://github.com/Masterminds/glide/releases/download/$GLIDE_TAG/glide-$GLIDE_TAG-linux-amd64.tar.gz" - curl -L $GLIDE_DOWNLOAD | tar -xvz