Problem: Travis builds with brew fail

Solution: add workaround until Travis really fixes the issue:
https://github.com/travis-ci/travis-ci/issues/8552
This commit is contained in:
Luca Boccassi 2017-11-19 14:09:18 +00:00
parent 08289d8f33
commit 574d72b0e2

View File

@ -86,8 +86,8 @@ matrix:
sudo: required
before_install:
- if [ $TRAVIS_OS_NAME == "osx" -a $BUILD_TYPE == "android" ] ; then brew install binutils ; fi
- if [ $TRAVIS_OS_NAME == "osx" -a $CURVE == "libsodium" ] ; then brew install libsodium ; fi
- if [ $TRAVIS_OS_NAME == "osx" -a $BUILD_TYPE == "android" ] ; then brew update; brew install binutils ; fi
- if [ $TRAVIS_OS_NAME == "osx" -a $CURVE == "libsodium" ] ; then brew update; brew install libsodium ; fi
before_script:
# ZMQ stress tests need more open socket (files) than the usual default