Skip to content

Commit

Permalink
Update Travis configuration to build on the newer iPhone 11 Pro and i…
Browse files Browse the repository at this point in the history
…OS 13
  • Loading branch information
andreabusi authored and skywinder committed Dec 8, 2019
1 parent df73b4b commit 37d1ef5
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,7 +1,7 @@
language: objective-c
osx_image: xcode11.2
script:
- xcodebuild clean build test -workspace ActionSheetPicker-3.0.xcworkspace -scheme ActionSheetPicker -sdk iphonesimulator -destination "platform=iOS Simulator,OS=11.0,name=iPhone X" ONLY_ACTIVE_ARCH=NO
- xcodebuild clean build test -workspace ActionSheetPicker-3.0.xcworkspace -scheme ActionSheetPicker -sdk iphonesimulator -destination "platform=iOS Simulator,OS=13.2.2,name=iPhone 11 Pro" ONLY_ACTIVE_ARCH=NO

notifications:
email:
Expand Down

0 comments on commit 37d1ef5

Please sign in to comment.