Problem: Travis OSX workaround for libtool no longer needed

Solution: Revert "Problem: Travis CI OSX builds are broken"

This reverts commit 531b3bf7c3.
This commit is contained in:
Luca Boccassi 2016-12-27 11:28:09 +01:00
parent 1f86019e3f
commit a1220b7fd4

View File

@ -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