Revert "travis: Add a workaround for a bug regarding libtool installed via Homebrew"

This reverts commit 1806ba0890 as the
workaround is not required anymore and now actually fails because
pre-installed tools have a dependency on libtool.
This commit is contained in:
Tobias Brunner 2019-12-19 11:41:59 +01:00
parent e5f18a46b7
commit 83c8f887d9
1 changed files with 0 additions and 2 deletions

View File

@ -292,8 +292,6 @@ if test "$1" = "deps"; then
;;
osx)
brew update && \
# workaround for issue #6352
brew uninstall --force libtool && brew install libtool && \
brew install $DEPS
;;
freebsd)