We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b4c3b commit 0fca542Copy full SHA for 0fca542
travis_config.sh
@@ -92,6 +92,7 @@ function pre_build {
92
echo "Running for OSX"
93
94
local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
95
+ export HOMEBREW_NO_AUTO_UPDATE=1
96
97
#after the cache stage, all bottles and Homebrew metadata should be already cached locally
98
if [ -n "$CACHE_STAGE" ]; then
@@ -104,7 +105,8 @@ function pre_build {
104
105
106
echo "Qt5 has bottle, no caching needed"
107
else
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/079ce55db79acc87b91bec950249595b1584e119/Formula/qt.rb
108
+ brew extract qt --version=5.13.2
109
+ brew install qt@5.13.2
110
export PATH="/usr/local/opt/qt/bin:$PATH"
111
fi
112
0 commit comments