From: Vincent Bernat Date: Sun, 12 Jan 2020 21:15:41 +0000 (+0100) Subject: tests: remove hack around libtool on OSX X-Git-Tag: 1.0.5~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2bd6c456edc7e8cb858651c6634d02ddc609a1b;p=thirdparty%2Flldpd.git tests: remove hack around libtool on OSX --- 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)