Skip to content

Commit

Permalink
build: update travis to install bitcoind for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aakselrod authored and Roasbeef committed Jan 15, 2018
1 parent db55569 commit 1305a4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1305a4f

Please sign in to comment.