From 4174055574477cf1e4985e0e1502364eeeb293d3 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sat, 12 May 2018 10:14:16 +0800 Subject: [PATCH] fix linux CI Use Qt5.9.3. --- .travis_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis_linux.sh b/.travis_linux.sh index 2b99394b..b87da484 100644 --- a/.travis_linux.sh +++ b/.travis_linux.sh @@ -3,7 +3,7 @@ project_dir=$(pwd) # Install qt5.9 sudo add-apt-repository ppa:george-edison55/cmake-3.x -y -sudo add-apt-repository ppa:beineri/opt-qt594-trusty -y +sudo add-apt-repository ppa:beineri/opt-qt593-trusty -y sudo apt-get update -qq sudo apt-get -y install qt59base qt59webengine qt59webchannel qt59svg qt59location qt59tools qt59translations source /opt/qt*/bin/qt*-env.sh