Browse Source

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

hard-fail-on-bad-server-string
SomberNight 5 years ago
parent
commit
8d02c2027c
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 9
      .travis.yml

9
.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:

Loading…
Cancel
Save