From 3495a059a19b22e7c1f55a6f526df8633ed0d9bc Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sun, 1 Mar 2020 10:14:12 +0800 Subject: [PATCH] mute while installing Qt on macOS --- .travis_macos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis_macos.sh b/.travis_macos.sh index 5380f50a..651551f7 100644 --- a/.travis_macos.sh +++ b/.travis_macos.sh @@ -24,7 +24,8 @@ export QT_CI_PACKAGES="qt.qt5.598.clang_64,qt.qt5.598.qtwebengine" git clone https://github.com/tamlok/qtci.git source qtci/path.env -install-qt 5.9.8 +echo Installing Qt 5.9.8 +install-qt 5.9.8 > /dev/null source qt-5.9.8.env echo $PATH