From c59e6f3307a6e0fc9663cd3c4ecb17ef1b049bc1 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Thu, 26 Mar 2020 18:55:39 +0800 Subject: [PATCH] fix TravisCI qtci hang on macOS --- .travis_macos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis_macos.sh b/.travis_macos.sh index 5380f50a..88c963c9 100644 --- a/.travis_macos.sh +++ b/.travis_macos.sh @@ -20,6 +20,8 @@ cd build export VERBOSE=1 export QT_CI_PACKAGES="qt.qt5.598.clang_64,qt.qt5.598.qtwebengine" +export QT_CI_LOGIN="tamlok@qq.com" +export QT_CI_PASSWORD="TravisCI@VNote" git clone https://github.com/tamlok/qtci.git source qtci/path.env