projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c53c0e
)
[travis] Force dist to Ubuntu Trusty by default
author
Sergey M․
<dstftw@gmail.com>
Wed, 22 May 2019 23:06:49 +0000
(06:06 +0700)
committer
Sergey M․
<dstftw@gmail.com>
Wed, 22 May 2019 23:06:49 +0000
(06:06 +0700)
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
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 82e81d0785ab7d9f9e6d253228a765a41c39f7d2..6d16c29554a22d8d86b007b71510b68c419bc586 100644
(file)
--- 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