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.
This commit is contained in:
Julian Sikorski 2019-08-24 23:06:14 +02:00
parent c69b0140eb
commit 98be9f1f09

View File

@ -12,6 +12,7 @@ compiler:
os:
- linux
- osx
dist: trusty
matrix:
exclude:
- os: osx