Use Ubuntu 18.04 bionic in travis
This commit is contained in:
parent
d69b815bb5
commit
88f0c7ec75
|
@ -1,6 +1,6 @@
|
|||
language: python
|
||||
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
|
||||
cache:
|
||||
pip: true
|
||||
|
@ -28,7 +28,7 @@ matrix:
|
|||
env: FEATURES="pypy" PATH="$PATH:/opt/anaconda/envs/pypy3/bin"
|
||||
allow_failures:
|
||||
- python: 3.9-dev
|
||||
|
||||
|
||||
env:
|
||||
global:
|
||||
- TRAVIS_RUST_VERSION=nightly
|
||||
|
|
Loading…
Reference in New Issue