From 8319a7a029d5ef43327aea69b9ea97c7b59e3fe3 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sun, 13 Jan 2019 11:00:37 +0800 Subject: [PATCH] update Linux Travis CI to Qt 5.9.7 --- .travis_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis_linux.sh b/.travis_linux.sh index efead14c..dbcc0eed 100644 --- a/.travis_linux.sh +++ b/.travis_linux.sh @@ -10,7 +10,7 @@ fi # Install qt5.9 sudo add-apt-repository ppa:george-edison55/cmake-3.x -y -sudo add-apt-repository ppa:beineri/opt-qt596-trusty -y +sudo add-apt-repository ppa:beineri/opt-qt597-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