Browse Source

Merge pull request #5918 from wakiyamap/fix_travis_regtest

Fix travis regtest
master
ThomasV 6 years ago committed by GitHub
parent
commit
a9463cb245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .travis.yml

2
.travis.yml

@ -28,6 +28,8 @@ after_success:
jobs:
include:
- name: "Regtest functional tests"
language: python
python: 3.7
before_install:
- sudo add-apt-repository -y ppa:bitcoin/bitcoin
- sudo apt-get -qq update

Loading…
Cancel
Save