apprently the travis libtool can get broken and need re-install

This commit is contained in:
Klas Lindfors
2016-09-23 12:51:18 +02:00
parent 1bc8a3fb14
commit e2b07664aa
+1
View File
@@ -37,6 +37,7 @@ if [ "x$TRAVIS_OS_NAME" != "xosx" ]; then
else else
ARCH=osx ARCH=osx
brew update brew update
brew uninstall libtool
brew install libtool brew install libtool
brew install help2man brew install help2man
brew install pkg-config brew install pkg-config