[travis] Force dist to Ubuntu Trusty by default
authorSergey M․ <dstftw@gmail.com>
Wed, 22 May 2019 23:06:49 +0000 (06:06 +0700)
committerSergey 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

index 82e81d0785ab7d9f9e6d253228a765a41c39f7d2..6d16c29554a22d8d86b007b71510b68c419bc586 100644 (file)
@@ -9,6 +9,7 @@ python:
   - "3.6"
   - "pypy"
   - "pypy3"
+dist: trusty
 env:
   - YTDL_TEST_SET=core
   - YTDL_TEST_SET=download