mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-20 18:48:16 +00:00
Problem: travis old brew workaround still in place
Solution: remove it as it's useless now
This commit is contained in:
parent
99e027a152
commit
6d57807dd0
@ -28,8 +28,6 @@ env:
|
||||
- DISTCHECK_CONFIGURE_FLAGS="--with-libsodium --prefix=${BUILD_PREFIX}"
|
||||
|
||||
before_install:
|
||||
# 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
|
||||
- if [ $TRAVIS_OS_NAME == "osx" ] ; then brew install libsodium ; fi
|
||||
|
||||
# ZMQ stress tests need more open socket (files) than the usual default
|
||||
|
Loading…
x
Reference in New Issue
Block a user