1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

Travis: Fix compare for Qt 5.9

This commit is contained in:
David Rosca 2017-06-08 21:10:25 +02:00
parent 2c871eb47a
commit 016ea1c9fa

View File

@ -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;