Browse Source

travis: change ppa for bitcoind

hard-fail-on-bad-server-string
SomberNight 5 years ago
parent
commit
8897360a72
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 2
      .travis.yml

2
.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

Loading…
Cancel
Save