From 2a5fc931b6fa4189b926554257dfc9ec03357325 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Mon, 4 Jul 2016 16:09:46 +0200 Subject: [PATCH] Should fix pull request Travis error --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 00b5755cc..ebf672af8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,11 @@ before_install: - export BUILD_PSP=YES - export BUILD_ANDROID=YES - export BUILD_Qt=YES - - export BUILD_MAC=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 - sudo apt-get update -qq # Building for PSP here - if [ "$BUILD_PSP" == "YES" ]; then