Problem: travis old brew workaround still in place

Solution: remove it as it's useless now
This commit is contained in:
Luca Boccassi 2017-09-15 15:36:18 +01:00
parent 99e027a152
commit 6d57807dd0

View File

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