summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>2019-03-18 05:44:58 -0500
committerInada Naoki <songofacandy@gmail.com>2019-03-18 21:11:54 +0900
commit264126ce7b9c197e8303916386b727a9b9a62dc1 (patch)
treec5183a3df7af2d6247b597f129077e0100467236
parent37f6971777c05b5ca9c157606896b7ff458756a5 (diff)
downloadcpython-git-backport-74ae50e-2.7.tar.gz
[2.7] bpo-36307: Travis: upgrade to Xenial environment (GH-12356)backport-74ae50e-2.7
(cherry picked from commit 74ae50e53e59bbe39d6287b902757f0cd01327dc) Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 7e1c2ef875..80e9be7c19 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: c
-dist: trusty
-sudo: false
+dist: xenial
group: beta
# To cache doc-building dependencies and C compiler output.