travis: preemptively switch to VM-based jobs (#5864)

Rational: https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures
This commit is contained in:
Benoit Pierre 2018-10-09 18:25:00 +02:00 committed by Pradyun Gedam
parent f3d82aa741
commit 4f18dc8984
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,4 @@
language: python
sudo: false
cache: pip
dist: trusty
@ -41,11 +40,9 @@ jobs:
- env: GROUP=1
python: 3.7
dist: xenial
sudo: required
- env: GROUP=2
python: 3.7
dist: xenial
sudo: required
- env: GROUP=1
python: 3.5
- env: GROUP=2
@ -58,11 +55,9 @@ jobs:
- env: GROUP=1
python: 3.8-dev
dist: xenial
sudo: required
- env: GROUP=2
python: 3.8-dev
dist: xenial
sudo: required
# It's okay to fail on the in-development CPython version.
fast_finish: true