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:
@@ -31,8 +31,10 @@ install()
|
||||
#
|
||||
deps()
|
||||
{
|
||||
brew unlink python
|
||||
brew update
|
||||
brew update
|
||||
brew upgrade
|
||||
brew reinstall tmux
|
||||
brew reinstall protobuf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user