From 016ea1c9fa8c1d78c29f5ae04c4b738bd112de79 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Thu, 8 Jun 2017 21:10:25 +0200 Subject: [PATCH] Travis: Fix compare for Qt 5.9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e128d1733..112c531a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ install: sudo apt-get update -qq; sudo apt-get install -qq qt58tools qt58script qt58webengine qt58webchannel qt58declarative qt58x11extras; fi - if [[ "$QT" == "qt58" ]]; then + if [[ "$QT" == "qt59" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt59-trusty; sudo apt-get update -qq; sudo apt-get install -qq qt59tools qt59script qt59webengine qt59webchannel qt59declarative qt59x11extras;