From e2b07664aa48f599654924f76d9d36504c119968 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 23 Sep 2016 12:51:18 +0200 Subject: [PATCH] apprently the travis libtool can get broken and need re-install --- build-and-test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-and-test.sh b/build-and-test.sh index b690d0f..29bd589 100755 --- a/build-and-test.sh +++ b/build-and-test.sh @@ -37,6 +37,7 @@ if [ "x$TRAVIS_OS_NAME" != "xosx" ]; then else ARCH=osx brew update + brew uninstall libtool brew install libtool brew install help2man brew install pkg-config