Skip to content

Commit

Permalink
Pin Travis-ci build environment to previous default: Trusty
Browse files Browse the repository at this point in the history
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 #3917 (comment)

This change pins the environment to known working ubuntu trusty distribution prior to dropping Jessie support and upgrade to Xenial as base.

Closes #1369
  • Loading branch information
dangra committed Jul 31, 2019
1 parent c5b8cc4 commit 0287701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,4 +1,5 @@
language: python
dist: trusty
branches:
only:
- master
Expand Down

0 comments on commit 0287701

Please sign in to comment.