diff --git a/.travis.yml b/.travis.yml index 0f499fa492b94d06775639a68fca65b48e826062..06b7c1a86754ce5af2e6d944b7ece2c295372ad0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,8 @@ matrix: before_script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; - brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e6e43cf6a3%5E/Formula/cppunit.rb; - brew install protobuf log4cxx popt; - travis_wait 30 brew install -s libswiften; + brew install cppunit protobuf log4cxx popt; + travis_wait 30 brew install --devel libswiften; fi script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then