diff options
author | 2019-08-24 23:06:14 +0200 | |
---|---|---|
committer | 2019-08-24 23:16:19 +0200 | |
commit | 98be9f1f09366ac2fac3256377f5eabb8b92d43f (patch) | |
tree | 68a5d45d4d0fab5d34a294991bf28526defb4ba3 | |
parent | c69b0140eb3f2a29ca4ece241d729904f362b9c0 (diff) |
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.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |