From 0287701dce827efa500145d9c770920b80132896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gra=C3=B1a?= Date: Tue, 30 Jul 2019 23:16:11 -0300 Subject: [PATCH] Pin Travis-ci build environment to previous default: Trusty Travis-ci changed the default build environment to Xenial as explained in https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment This causes builds meant for Debian Jessie to break as noted by @wRAR in https://github.com/scrapy/scrapy/issues/3917#issuecomment-516426389 This change pins the environment to known working ubuntu trusty distribution prior to dropping Jessie support and upgrade to Xenial as base. Closes #1369 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 08b0bf119..3116d9b48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +dist: trusty branches: only: - master