From b2bd6c456edc7e8cb858651c6634d02ddc609a1b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 12 Jan 2020 22:15:41 +0100 Subject: [PATCH] tests: remove hack around libtool on OSX --- tests/ci/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/ci/install.sh b/tests/ci/install.sh index 155dbbdf..e7eaf3a1 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -5,9 +5,6 @@ set -e case "$(uname -s)" in Darwin) brew update - # Workaround a bug in Travis: - # https://github.com/Homebrew/legacy-homebrew/issues/43874 - brew uninstall libtool brew install libtool libxml2 check ;; Linux) -- 2.39.5