.travis.yml: Remove a workaround for a Homebrew bug.
This commit is contained in:
@ -155,10 +155,6 @@ before_install:
|
||||
if [ "x$TARGET" = "xtest" ]; then
|
||||
case "${TRAVIS_OS_NAME:-linux}" in
|
||||
osx)
|
||||
# Workaround for https://github.com/Homebrew/brew/issues/3299
|
||||
# Should not be necessary after Nov 17 2017
|
||||
brew update
|
||||
|
||||
brew install mysql
|
||||
|
||||
# OS X requires servers to be started explicitly
|
||||
|
||||
Reference in New Issue
Block a user