.travis.yml: Remove a workaround for a Homebrew bug.

This commit is contained in:
Alexey Kopytov
2018-01-14 21:50:33 +03:00
parent b0beea01e8
commit 217832a232

View File

@ -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