mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
Merge pull request #1536 from bluca/ci-osx-missing-dependency
CI run on OSX needs binutils
This commit is contained in:
commit
3f326b10d6
@ -12,6 +12,9 @@ env:
|
||||
|
||||
sudo: false
|
||||
|
||||
before_install:
|
||||
- if [ $TRAVIS_OS_NAME == "osx" ] ; then brew update; brew install binutils ; fi
|
||||
|
||||
before_script:
|
||||
# ZMQ stress tests need more open socket (files) than the usual default
|
||||
# On OSX, it seems the way to set the max files limit is constantly changing, so
|
||||
|
Loading…
x
Reference in New Issue
Block a user