소스 검색

update Linux Travis CI to Qt 5.9.7

Le Tan 6 년 전
부모
커밋
8319a7a029
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis_linux.sh

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