Skip to content

Commit f9b4c3b

Browse files
committed
direct link
1 parent 4e5ea42 commit f9b4c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function pre_build {
104104
if [ -n "$CACHE_STAGE" ]; then
105105
echo "Qt5 has bottle, no caching needed"
106106
else
107-
brew install qt@5.13.2
107+
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/079ce55db79acc87b91bec950249595b1584e119/Formula/qt.rb
108108
export PATH="/usr/local/opt/qt/bin:$PATH"
109109
fi
110110

0 commit comments

Comments
 (0)