URI: 
       ttravis: fix regtest - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit a78583e5d4f6238df8af022c35fbf85ec01d4f45
   DIR parent 8ff1921c0d20f4bd70f86951f1834e1f3b67f9a0
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Mon, 24 Feb 2020 14:46:41 +0100
       
       ttravis: fix regtest
       
       Diffstat:
         M .travis.yml                         |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/.travis.yml b/.travis.yml
       t@@ -8,8 +8,8 @@ git:
          depth: false
        before_install:
          - git tag
       -  - sudo apt-get -y install libsecp256k1-0
        install:
       +  - sudo apt-get -y install libsecp256k1-0
          - pip install -r contrib/requirements/requirements-travis.txt
        cache:
          - pip: true
       t@@ -25,11 +25,11 @@ jobs:
            - name: "Regtest functional tests"
              language: python
              python: 3.7
       -      before_install:
       +      install:
                - sudo add-apt-repository -y ppa:bitcoin/bitcoin
                - sudo apt-get -qq update
                - sudo apt-get install -yq bitcoind
       -      install:
       +        - sudo apt-get -y install libsecp256k1-0
                - pip install -r contrib/requirements/requirements.txt
                - pip install electrumx
              before_script: