Skip to content

Commit

Permalink
update travis CI to run iPhone 7
Browse files Browse the repository at this point in the history
  • Loading branch information
angelodipaolo committed Sep 19, 2016
1 parent 4696868 commit 2421114
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
@@ -1,4 +1,4 @@
language: objective-c
osx_image: xcode8
script:
- xcodebuild -project ELWebService.xcodeproj -scheme ELWebService -sdk iphonesimulator test -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0'
- xcodebuild -scheme ELWebService -sdk iphonesimulator test -destination 'OS=10.0,name=iPhone 7 Plus' CODE_SIGNING_REQUIRED=NO

0 comments on commit 2421114

Please sign in to comment.