浏览代码

fix linux CI

Use Qt5.9.3.
Le Tan 7 年之前
父节点
当前提交
4174055574
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis_linux.sh

+ 1 - 1
.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