ttravis: use more recent Ubuntu, get libsecp from Ubuntu apt (rm ppa) - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 8d02c2027c8a63eeff6bc3a15f5a64ff0ec3f400 DIR parent 84797f90d0d8e6f58ec2186cefbf5685daa09480 HTML Author: SomberNight <somber.night@protonmail.com> Date: Sun, 23 Feb 2020 21:35:58 +0100 ttravis: use more recent Ubuntu, get libsecp from Ubuntu apt (rm ppa) Diffstat: M .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) --- DIR diff --git a/.travis.yml b/.travis.yml t@@ -1,4 +1,4 @@ -dist: xenial +dist: bionic language: python python: - 3.6 t@@ -6,14 +6,9 @@ python: - 3.8 git: depth: false -addons: - apt: - sources: - - sourceline: 'ppa:tah83/secp256k1' - packages: - - libsecp256k1-0 before_install: - git tag + - sudo apt-get -y install libsecp256k1-0 install: - pip install -r contrib/requirements/requirements-travis.txt cache: