Merge pull request #5918 from wakiyamap/fix_travis_regtest

Fix travis regtest
This commit is contained in:
ThomasV 2020-01-29 13:46:32 +01:00 committed by GitHub
commit a9463cb245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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