Should fix pull request Travis error

This commit is contained in:
Xawotihs
2016-07-04 16:09:46 +02:00
committed by GitHub
parent d239048817
commit 2a5fc931b6

View File

@@ -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