Skip to content

Commit

Permalink
Update Travis config for Xcode 8.
Browse files Browse the repository at this point in the history
Also switch from xctool to xcodebuild since xctool isn't supported on
Xcode 8: facebookarchive/xctool#704.
  • Loading branch information
SSheldon committed Oct 15, 2016
1 parent 89f043b commit 2aaa998
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: objective-c
osx_image: xcode7.1
osx_image: xcode8
xcode_workspace: YelpAPI.xcworkspace
xcode_scheme: YelpAPI
xcode_sdk: iphonesimulator9.1
xcode_sdk: iphonesimulator
script: set -o pipefail && xcodebuild -workspace $TRAVIS_XCODE_WORKSPACE -scheme $TRAVIS_XCODE_SCHEME -sdk $TRAVIS_XCODE_SDK -destination 'name=iPhone 6' build test | xcpretty

0 comments on commit 2aaa998

Please sign in to comment.