From d88f00a092242220accd221b3847f0807f9ca05e Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 30 Mar 2018 03:05:09 -0300 Subject: [PATCH] Use correct xcodeproj on travis mac build command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4dbd29104..fc0b1906fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -86,7 +86,7 @@ before_script: script: - if [ "$TRAVIS_OS_NAME" != "osx" ]; then make -j 4; fi - - if [ "$TRAVIS_OS_NAME" == "osx" ]; then xcodebuild -project StepMania.xcodeproj -target Etterna -destination 'platform=OS X,arch=i386' -xcconfig ../Xcode/conf.cnf; fi + - if [ "$TRAVIS_OS_NAME" == "osx" ]; then xcodebuild -project Etterna.xcodeproj -target Etterna -destination 'platform=OS X,arch=i386' -xcconfig ../Xcode/conf.cnf; fi env: global: