diff options
author | Inada Naoki <songofacandy@gmail.com> | 2020-06-12 14:46:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-12 14:46:40 (GMT) |
commit | f88b578949a034f511dd1b4c1c161351b3ee0db8 (patch) | |
tree | 49296e3e222a3bc8f7a90939c177c8c3bd881f93 | |
parent | 55a6a16a46239a71b635584e532feb8b17ae7fdf (diff) | |
download | cpython-f88b578949a034f511dd1b4c1c161351b3ee0db8.zip cpython-f88b578949a034f511dd1b4c1c161351b3ee0db8.tar.gz cpython-f88b578949a034f511dd1b4c1c161351b3ee0db8.tar.bz2 |
bpo-39035: travis: Update image to xenial (#17623)
Use image same to master to ease maintainance.
Remove "group: beta" to make Travis more stable.
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 20912d5..aee8875 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 |