summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>2019-03-18 10:44:58 (GMT)
committerInada Naoki <songofacandy@gmail.com>2019-03-18 10:44:58 (GMT)
commit74ae50e53e59bbe39d6287b902757f0cd01327dc (patch)
tree76631f57314d54b37305696527db36c676832505 /.travis.yml
parentb4b97af8bed21e32eb77e7f7497acde1f8af4e70 (diff)
downloadcpython-74ae50e53e59bbe39d6287b902757f0cd01327dc.zip
cpython-74ae50e53e59bbe39d6287b902757f0cd01327dc.tar.gz
cpython-74ae50e53e59bbe39d6287b902757f0cd01327dc.tar.bz2
bpo-36307: Travis: upgrade to Xenial environment (GH-12356)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c6e0092..6d57ebb 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.