summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-12-17 08:20:44 +0900
committerNed Deily <nad@python.org>2019-12-16 18:20:44 -0500
commit7699281b72b862797a89fcad004da8f58e93c800 (patch)
tree76b057b6281bd525c2c164b8b87760a3e9518f90
parent50fc84af385b713ef8566dd040227926acf39172 (diff)
downloadcpython-git-7699281b72b862797a89fcad004da8f58e93c800.tar.gz
bpo-39035: travis: Update image to xenial (GH-17622)
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 8250fd91b3..0c4c28e829 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,5 @@
language: c
-dist: trusty
-sudo: false
-group: beta
+dist: xenial
# To cache doc-building dependencies and C compiler output.
cache: