From c63c87c023a0627409320c995f9dca8708c9caf9 2018-04-27 13:14:40 From: vitalyster Date: 2018-04-27 13:14:40 Subject: [PATCH] Travis: fix macOS build do not use bottled libswiften to avoid boost linkage errors --- diff --git a/.travis.yml b/.travis.yml index c21eb94300d32ba61516d6990621485ebba0bf02..5b644360b60086729d4c52a93a2d9b0e2bd14e85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install cppunit protobuf log4cxx popt jsoncpp; - travis_wait 30 brew install libswiften; + travis_wait 30 brew install -s libswiften; fi script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then