浏览代码

[travis] Force dist to Ubuntu Trusty by default
According to https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment Ubuntu Xenial is now default, but it lacks python 2.6, 3.2 and 3.3 support needed by tests

Sergey M․ 6 年之前
父节点
当前提交
afd4985f72
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -9,6 +9,7 @@ python:
   - "3.6"
   - "3.6"
   - "pypy"
   - "pypy"
   - "pypy3"
   - "pypy3"
+dist: trusty
 env:
 env:
   - YTDL_TEST_SET=core
   - YTDL_TEST_SET=core
   - YTDL_TEST_SET=download
   - YTDL_TEST_SET=download