Browse Source
travis: use more recent Ubuntu, get libsecp from Ubuntu apt (rm ppa)
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
7 deletions
-
.travis.yml
|
@ -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: |
|
|