Skip to content

Commit

Permalink
use switch instead
Browse files Browse the repository at this point in the history
  • Loading branch information
skvark committed Aug 16, 2020
1 parent b0225dd commit 8dc0f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ function pre_build {
if [ -n "$CACHE_STAGE" ]; then
echo "Qt5 has bottle, no caching needed"
else
brew uninstall --force [email protected]
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/079ce55db79acc87b91bec950249595b1584e119/Formula/qt.rb
brew switch qt 5.13.2
brew pin qt
export PATH="/usr/local/opt/qt/bin:$PATH"
fi

Expand Down

0 comments on commit 8dc0f4d

Please sign in to comment.