From 3a7ec80b656e79ceb569f964d020a69fb70007f3 Mon Sep 17 00:00:00 2001 From: Anton Rieder <1301152+aried3r@users.noreply.github.com> Date: Mon, 17 Dec 2018 14:25:13 +0100 Subject: [PATCH] Use Ubuntu 16.04 on Travis https://blog.travis-ci.com/2018-11-08-xenial-release Puts us a bit closer to building Debian/Ubuntu packages: https://github.com/libvips/libvips/issues/987#issuecomment-426619628 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1fd4ff1..4ccc527f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ matrix: include: - os: linux sudo: required - dist: trusty + dist: xenial env: - PYTHON=python2 - PYVIPS_VERSION=master