From 54df8eb86f44c68d923321755dbda8df2b69cf4f Mon Sep 17 00:00:00 2001 From: NamedKitten Date: Sat, 13 Oct 2018 18:16:29 +0100 Subject: [PATCH] Reverted back to Xenial --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f3f7e4..1014d27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,13 @@ language: cpp compiler: gcc sudo: require -dist: bionic +dist: xenial cache: paths: - $TRAVIS_BUILD_DIR/apt-cache/ before_install: - - sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-bionic -y + - sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-xenial -y - sudo apt-get update install: