Skip to content

Commit

Permalink
Use xcodebuild instead of xctool for build check
Browse files Browse the repository at this point in the history
xctool doesn’t support building anymore since Xcode 8. See facebookarchive/xctool#704 for details.
  • Loading branch information
SpacyRicochet committed Oct 22, 2016
1 parent 16fd14e commit 2fe3925
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 @@ -11,4 +11,4 @@ before_install:
- cd CocoaHeadsNL
- pod install
script:
- xctool -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xcodebuild -workspace CocoaHeadsNL.xcworkspace -scheme CocoaHeadsNL -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO

0 comments on commit 2fe3925

Please sign in to comment.