From a27216c31731257df94f01b0850f35d4a3a27e01 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Thu, 5 Sep 2019 22:24:33 +0200 Subject: [PATCH] Deactivating mac/ios build as currently broken --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9be64951..53786e4a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ before_install: - export BUILD_Qt=YES - export BUILD_MAC=NO # Only building on Mac when not handling pull request - - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then - export BUILD_MAC=YES; - fi +# - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then +# export BUILD_MAC=YES; +# fi - sudo apt-get update -qq # Building for PSP here - if [ "$BUILD_PSP" == "YES" ]; then