diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-12-14 11:10:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-14 11:10:15 (GMT) |
commit | 94d2c8df1a7657015a2fcdb4c4d43392f91f8348 (patch) | |
tree | 87d44ecfbc8a9312e3173220ee496bb5a7a650bf /.travis.yml | |
parent | 40c01c33466b39f942b7f533c0800f258be1eb18 (diff) | |
download | cpython-94d2c8df1a7657015a2fcdb4c4d43392f91f8348.zip cpython-94d2c8df1a7657015a2fcdb4c4d43392f91f8348.tar.gz cpython-94d2c8df1a7657015a2fcdb4c4d43392f91f8348.tar.bz2 |
bpo-39035: travis: Don't use beta group (GH-17602)
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 807a7b2..b1d50d4 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: |