diff options
author | CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | 2019-03-18 05:44:58 -0500 |
---|---|---|
committer | Inada Naoki <songofacandy@gmail.com> | 2019-03-18 19:44:58 +0900 |
commit | 74ae50e53e59bbe39d6287b902757f0cd01327dc (patch) | |
tree | 76631f57314d54b37305696527db36c676832505 | |
parent | b4b97af8bed21e32eb77e7f7497acde1f8af4e70 (diff) | |
download | cpython-git-74ae50e53e59bbe39d6287b902757f0cd01327dc.tar.gz |
bpo-36307: Travis: upgrade to Xenial environment (GH-12356)
-rw-r--r-- | .travis.yml | 3 |
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. |