Skip to content

Commit 14e673d

Browse files
authored
Merge pull request #203 from tomato42/new-openssl
use bionic to get OpenSSL 1.1.1
2 parents f6c7449 + 7068a62 commit 14e673d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@ matrix:
4141
env: TOX_ENV=py36
4242
- python: 3.7
4343
env: TOX_ENV=py37
44-
dist: xenial
44+
dist: bionic
4545
sudo: true
4646
- python: 3.8
4747
env: TOX_ENV=codechecks
48-
dist: xenial
48+
dist: bionic
4949
sudo: true
5050
- python: 3.8
5151
env: TOX_ENV=py38
52-
dist: xenial
52+
dist: bionic
5353
sudo: true
5454
- python: 3.8
5555
env: TOX_ENV=gmpypy38
56-
dist: xenial
56+
dist: bionic
5757
sudo: true
5858
- python: 3.8
5959
env: TOX_ENV=gmpy2py38
60-
dist: xenial
60+
dist: bionic
6161
sudo: true
6262
- python: nightly
6363
env: TOX_ENV=py
64-
dist: xenial
64+
dist: bionic
6565
sudo: true
6666
- python: pypy
6767
env: TOX_ENV=pypy

0 commit comments

Comments
 (0)