Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 21be118

Browse filesBrowse files
committed
just use the raw url directly
1 parent 0fca542 commit 21be118
Copy full SHA for 21be118

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎travis_config.sh

Copy file name to clipboardExpand all lines: travis_config.sh
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ function pre_build {
105105
if [ -n "$CACHE_STAGE" ]; then
106106
echo "Qt5 has bottle, no caching needed"
107107
else
108-
brew extract qt --version=5.13.2
109-
brew install qt@5.13.2
108+
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/079ce55db79acc87b91bec950249595b1584e119/Formula/qt.rb
110109
export PATH="/usr/local/opt/qt/bin:$PATH"
111110
fi
112111

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.