From 9b63d1d3622ebc51a703d6defe48f63edf2ace84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Wed, 2 Sep 2020 22:28:36 +0200 Subject: [PATCH] Trying to fix the travis-ci OS X build... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a71ba5..fb42b68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi +# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install qt protobuf; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install qtbase5-dev qtbase5-dev-tools qt5-qmake libprotobuf-dev protobuf-compiler; fi script: