aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx
diff options
context:
space:
mode:
authorGravatar John Hood <cgull@glup.org>2018-04-12 00:02:11 -0400
committerGravatar John Hood <cgull@glup.org>2018-04-12 13:25:05 -0400
commit60859e9d090f530022ffc3e1345975bfdd1b3978 (patch)
treea2e223b043b5b3ad92b976bea070e04dbfdc96cc /macosx
parent2a5b5410b2a96d656544803809de109f474901f2 (diff)
Fix/workaround Homebrew failure on Travis MacOS XCode 9.1 image.
The 'brew unlink python' can probably be removed for later images.
Diffstat (limited to 'macosx')
-rwxr-xr-xmacosx/brew-deps.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/brew-deps.sh b/macosx/brew-deps.sh
index fb236b7..5f9c7b5 100755
--- a/macosx/brew-deps.sh
+++ b/macosx/brew-deps.sh
@@ -31,8 +31,10 @@ install()
#
deps()
{
+ brew unlink python
brew update
brew update
+ brew upgrade
brew reinstall tmux
brew reinstall protobuf
}