Browse Source
travis: change ppa for bitcoind
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
.travis.yml
|
|
@ -26,7 +26,7 @@ jobs: |
|
|
|
language: python |
|
|
|
python: 3.7 |
|
|
|
install: |
|
|
|
- sudo add-apt-repository -y ppa:bitcoin/bitcoin |
|
|
|
- sudo add-apt-repository -y ppa:luke-jr/bitcoincore |
|
|
|
- sudo apt-get -qq update |
|
|
|
- sudo apt-get install -yq bitcoind |
|
|
|
- sudo apt-get -y install libsecp256k1-0 |
|
|
|