Skip to content

Commit

Permalink
Use correct xcodeproj on travis mac build command
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Mar 30, 2018
1 parent e47c377 commit d88f00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d88f00a

Please sign in to comment.