aboutsummaryrefslogtreecommitdiff
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 19:44:58 +0900
commit74ae50e53e59bbe39d6287b902757f0cd01327dc (patch)
tree76631f57314d54b37305696527db36c676832505 /.travis.yml
parentFix typo in _PyObject_FastCallDict documentation (GH-12383) (diff)
downloadcpython-74ae50e53e59bbe39d6287b902757f0cd01327dc.tar.gz
cpython-74ae50e53e59bbe39d6287b902757f0cd01327dc.tar.bz2
cpython-74ae50e53e59bbe39d6287b902757f0cd01327dc.zip
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 c6e009291a..6d57ebb1d2 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.