Commit 3814b873 authored by Constantin Rack's avatar Constantin Rack Committed by GitHub

Merge pull request #2065 from bluca/osx_sed

Problem: Travis CI OSX builds are broken
parents b2e8a90a 531b3bf7
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment