Skip to content

Commit 05413b4

Browse files
committed
try to install homebrew
1 parent 048b9c1 commit 05413b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function pre_build {
8989

9090
local CACHE_STAGE; (echo "$TRAVIS_BUILD_STAGE_NAME" | grep -qiF "final") || CACHE_STAGE=1
9191

92-
brew update-reset
92+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
9393

9494
#after the cache stage, all bottles and Homebrew metadata should be already cached locally
9595
if [ -n "$CACHE_STAGE" ]; then

0 commit comments

Comments
 (0)