From 217832a232b196639218faafee8bef178b5e019c Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sun, 14 Jan 2018 21:50:33 +0300 Subject: [PATCH] .travis.yml: Remove a workaround for a Homebrew bug. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9a3633..4c69b35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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