Skip to content

Commit

Permalink
Update custom Travis config for Xcode 8 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Jun 27, 2016
1 parent 6c782cc commit 8f5bce4
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 @@ -2,4 +2,4 @@ language: objective-c
osx_image: xcode8

script:
- xcodebuild test -workspace AcknowList.xcworkspace -scheme AcknowList -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO
- xcodebuild test -workspace AcknowList.xcworkspace -scheme AcknowList -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' ONLY_ACTIVE_ARCH=NO

0 comments on commit 8f5bce4

Please sign in to comment.