1
0

travis: use more recent Ubuntu, get libsecp from Ubuntu apt (rm ppa)

This commit is contained in:
SomberNight
2020-02-23 21:35:58 +01:00
parent 84797f90d0
commit 8d02c2027c

View File

@@ -1,4 +1,4 @@
dist: xenial dist: bionic
language: python language: python
python: python:
- 3.6 - 3.6
@@ -6,14 +6,9 @@ python:
- 3.8 - 3.8
git: git:
depth: false depth: false
addons:
apt:
sources:
- sourceline: 'ppa:tah83/secp256k1'
packages:
- libsecp256k1-0
before_install: before_install:
- git tag - git tag
- sudo apt-get -y install libsecp256k1-0
install: install:
- pip install -r contrib/requirements/requirements-travis.txt - pip install -r contrib/requirements/requirements-travis.txt
cache: cache: