summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2019-05-23 06:06:49 +0700
committerSergey M․ <dstftw@gmail.com>2019-05-23 06:06:49 +0700
commitafd4985f72a6641907aee1cd0b4b42da524b0ff4 (patch)
treefc7b5f45be17ffe3fd7b46d8bf895215fe47ba63 /.travis.yml
parent2c53c0ebc63b7fbb36d05491d5d3796d3e511e26 (diff)
[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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 82e81d078..6d16c2955 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,7 @@ python:
- "3.6"
- "pypy"
- "pypy3"
+dist: trusty
env:
- YTDL_TEST_SET=core
- YTDL_TEST_SET=download