diff options
author | CAM Gerlach <CAM.Gerlach@Gerlach.CAM> | 2019-03-18 10:44:58 (GMT) |
---|---|---|
committer | Inada Naoki <songofacandy@gmail.com> | 2019-03-18 10:44:58 (GMT) |
commit | 74ae50e53e59bbe39d6287b902757f0cd01327dc (patch) | |
tree | 76631f57314d54b37305696527db36c676832505 /.travis.yml | |
parent | b4b97af8bed21e32eb77e7f7497acde1f8af4e70 (diff) | |
download | cpython-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.yml | 3 |
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. |