mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-01 09:40:19 +01:00
travis: Make download of elementsd and bitcoind quiet
This commit is contained in:
parent
cec755f796
commit
d13a5b6f3a
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ mkdir -p dependencies/bin || true
|
|||
|
||||
# Download bitcoind, elementsd, bitcoin-cli and elements-cli
|
||||
if [ ! -f dependencies/bin/bitcoind ]; then
|
||||
wget https://storage.googleapis.com/c-lightning-tests/bitcoin-0.20.1-x86_64-linux-gnu.tar.bz2
|
||||
wget https://storage.googleapis.com/c-lightning-tests/elements-0.20.1.8-x86_64-linux-gnu.tar.bz2
|
||||
wget -q https://storage.googleapis.com/c-lightning-tests/bitcoin-0.20.1-x86_64-linux-gnu.tar.bz2
|
||||
wget -q https://storage.googleapis.com/c-lightning-tests/elements-0.18.1.8-x86_64-linux-gnu.tar.bz2
|
||||
tar -xjf bitcoin-0.20.1-x86_64-linux-gnu.tar.bz2
|
||||
tar -xjf elements-0.18.1.8-x86_64-linux-gnu.tar.bz2
|
||||
mv bitcoin-0.20.1/bin/* dependencies/bin
|
||||
|
|
Loading…
Add table
Reference in a new issue