From ab506ea83a1adeb3056cee71d45038e16d72dae1 Mon Sep 17 00:00:00 2001 From: David Rosca Date: Thu, 26 Feb 2015 11:46:02 +0100 Subject: [PATCH] Travis: Fix url of Qt 5.4 PPA --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5202b3174..c8c6e7248 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: install: - sudo apt-get -qq update - sudo apt-get -qq install libssl-dev pkg-config libhunspell-dev - - if [[ "$QT" == "qt54" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt54; sudo apt-get update -qq; sudo apt-get install -qq qt54tools qt54script qt54webengine qt54webchannel; fi + - if [[ "$QT" == "qt54" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt541; sudo apt-get update -qq; sudo apt-get install -qq qt54tools qt54script qt54webengine qt54webchannel; fi script: - QMAKE="qmake"