commit 8d02c2027c8a63eeff6bc3a15f5a64ff0ec3f400
parent 84797f90d0d8e6f58ec2186cefbf5685daa09480
Author: SomberNight <somber.night@protonmail.com>
Date: Sun, 23 Feb 2020 21:35:58 +0100
travis: use more recent Ubuntu, get libsecp from Ubuntu apt (rm ppa)
Diffstat:
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -1,4 +1,4 @@
-dist: xenial
+dist: bionic
language: python
python:
- 3.6
@@ -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: