Fix/workaround Homebrew failure on Travis MacOS XCode 9.1 image.

The 'brew unlink python' can probably be removed for later images.
This commit is contained in:
John Hood
2018-04-12 00:02:11 -04:00
parent 2a5b5410b2
commit 60859e9d09
+2
View File
@@ -31,8 +31,10 @@ install()
#
deps()
{
brew unlink python
brew update
brew update
brew upgrade
brew reinstall tmux
brew reinstall protobuf
}