travis: use more recent Ubuntu, get libsecp from Ubuntu apt (rm ppa)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user