From 2e7208d2065a95f2e7f9a2da6effc642514f4b30 2018-08-09 20:11:03 From: vitalyster Date: 2018-08-09 20:11:03 Subject: [PATCH] Travis: update macOS configuration (#304) --- diff --git a/.travis.yml b/.travis.yml index 5b644360b60086729d4c52a93a2d9b0e2bd14e85..501b31e22d48275bb2deae4cba9d157c3c1390a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,11 @@ matrix: dist: trusty sudo: required - os: osx + osx_image: xcode9.4 before_script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; - brew install cppunit protobuf log4cxx popt jsoncpp; - travis_wait 30 brew install -s libswiften; + brew install cppunit protobuf log4cxx popt jsoncpp libswiften; fi script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then