From: Inada Naoki Date: Fri, 12 Jun 2020 14:46:40 +0000 (+0900) Subject: bpo-39035: travis: Update image to xenial (#17623) X-Git-Tag: v3.5.10rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f88b578949a034f511dd1b4c1c161351b3ee0db8;p=thirdparty%2FPython%2Fcpython.git bpo-39035: travis: Update image to xenial (#17623) Use image same to master to ease maintainance. Remove "group: beta" to make Travis more stable. --- diff --git a/.travis.yml b/.travis.yml index 20912d5440be..aee8875de163 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. cache: pip