diff --git a/.travis.yml b/.travis.yml index 06b7c1a86754ce5af2e6d944b7ece2c295372ad0..c21eb94300d32ba61516d6990621485ebba0bf02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,8 @@ matrix: before_script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; - brew install cppunit protobuf log4cxx popt; - travis_wait 30 brew install --devel libswiften; + brew install cppunit protobuf log4cxx popt jsoncpp; + travis_wait 30 brew install libswiften; fi script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then