diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-12-14 14:01:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-14 14:01:54 (GMT) |
commit | 5c5d8f63d7d235e557ad20e7d722b22772681759 (patch) | |
tree | fa5ceb330c6a1d1b9bed4a82ecaa3ebc32831c44 /.travis.yml | |
parent | ce333cd7d5948b501a988bb56d6a1648e973577c (diff) | |
download | cpython-5c5d8f63d7d235e557ad20e7d722b22772681759.zip cpython-5c5d8f63d7d235e557ad20e7d722b22772681759.tar.gz cpython-5c5d8f63d7d235e557ad20e7d722b22772681759.tar.bz2 |
bpo-39035: travis: Don't use beta group (GH-17603)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8a960c5..8954a3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: c dist: xenial -group: beta # To cache doc-building dependencies and C compiler output. cache: |