summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2018-10-09 18:25:00 +0200
committerPradyun Gedam <pradyunsg@gmail.com>2018-10-09 21:55:00 +0530
commit4f18dc898453b8321a6ef78773f9d8ef642a5152 (patch)
tree70eae6f2258640343cd1eb097ea7da82662fb9f4
parentf3d82aa741a91c7c47c1ad49ac0315e7f1b00678 (diff)
downloadpip-4f18dc898453b8321a6ef78773f9d8ef642a5152.tar.gz
travis: preemptively switch to VM-based jobs (#5864)
Rational: https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index c4a2eb9ed..058209841 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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