Merge pull request #2065 from bluca/osx_sed

Problem: Travis CI OSX builds are broken
This commit is contained in:
Constantin Rack 2016-07-24 16:06:33 +02:00 committed by GitHub
commit 3814b87330

View File

@ -40,6 +40,8 @@ addons:
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