diff options
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 7705fc5..c82467f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,8 +53,14 @@ matrix: before_install: - eval "${MATRIX_EVAL}" - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install zeromq automake; fi + - | + if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then + brew update + brew install automake || true + brew install zeromq || true + brew install boost || true + brew install curl || true + fi script: - | |