From 98be9f1f09366ac2fac3256377f5eabb8b92d43f Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Sat, 24 Aug 2019 23:06:14 +0200 Subject: Explicitly use Ubuntu Trusty Due to ppas used the travis-ci only works when trusty is being used. With xenial being the default as of August 2019 the builds fail most of the time. Request trusty explicitly until the CI configuration can be migrated to a more recent Ubuntu release. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 12e28c8b934..fc90894ff24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ compiler: os: - linux - osx +dist: trusty matrix: exclude: - os: osx -- cgit v1.2.3