Use Ubuntu 18.04 bionic in travis

This commit is contained in:
kngwyu 2020-03-17 13:42:13 +09:00
parent d69b815bb5
commit 88f0c7ec75
1 changed files with 2 additions and 2 deletions

View File

@ -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