Fix travis regtest

This commit is contained in:
wakiyamap 2020-01-29 12:57:15 +09:00
parent 11452722af
commit 3314591192

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