From a1220b7fd4a628b958325fdb4cbd5612612b7e4e Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 27 Dec 2016 11:28:09 +0100 Subject: [PATCH] Problem: Travis OSX workaround for libtool no longer needed Solution: Revert "Problem: Travis CI OSX builds are broken" This reverts commit 531b3bf7c3ed5f29760c89b7152a2c85a4a9d8bd. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b99776f2..14381ed0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,8 +38,6 @@ sudo: required before_install: - if [ $TRAVIS_OS_NAME == "osx" ] ; then brew update; brew install binutils ; fi -# workaround for Travis OSX CI bug, hasn't been fixed in a month so time for a hack -- if [ $TRAVIS_OS_NAME == "osx" ] ; then brew uninstall libtool && brew install libtool ; fi before_script: # ZMQ stress tests need more open socket (files) than the usual default