From 9ad52732f6d4c9f744ef5b33e519b69791f936ac 2018-02-26 16:36:47 From: vitalyster Date: 2018-02-26 16:36:47 Subject: [PATCH] Travis: switch macOS build to Swiften 4 --- 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