1
0

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

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