From 198a6766e841b9d0949311e872662fe9d7d8549a Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 8 Apr 2018 04:28:52 -0300 Subject: [PATCH] Force 64bit travis mac build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 240db5cac2..3bf613c100 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,7 +93,7 @@ before_script: script: - if [ "$TRAVIS_OS_NAME" != "osx" ]; then make -j 4; fi - - if [ "$TRAVIS_OS_NAME" == "osx" ]; then xcodebuild -project Etterna.xcodeproj -target Etterna -destination 'platform=OS X' -xcconfig ../Xcode/conf.cnf; fi + - if [ "$TRAVIS_OS_NAME" == "osx" ]; then xcodebuild ARCHS="x86_64" -project Etterna.xcodeproj -target Etterna -destination 'platform=OS X,arch=x86_64' -xcconfig ../Xcode/conf.cnf; fi env: global: