Skip to content

Commit

Permalink
Fix Travis configure to supported device
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLin committed Apr 6, 2020
1 parent c33e2cc commit e4f5d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -8,7 +8,7 @@ env:
- IOS_FRAMEWORK_SCHEME="IBAnimatable"
- IOS_APP_SCHEME="IBAnimatableApp"
matrix:
- DESTINATION="OS=13.3,name=iPad Pro (12.9-inch)" SCHEME=${IOS_FRAMEWORK_SCHEME} APP_SCHEME=${IOS_APP_SCHEME}
- DESTINATION="OS=13.3,name=iPad Pro (12.9-inch) (3rd generation)" SCHEME=${IOS_FRAMEWORK_SCHEME} APP_SCHEME=${IOS_APP_SCHEME}
- DESTINATION="OS=12.2,name=iPhone 6s Plus" SCHEME=${IOS_FRAMEWORK_SCHEME} APP_SCHEME=${IOS_APP_SCHEME}
- DESTINATION="OS=13.3,name=iPhone 11 Pro Max" SCHEME=${IOS_FRAMEWORK_SCHEME} APP_SCHEME=${IOS_APP_SCHEME}
before_install:
Expand Down

0 comments on commit e4f5d93

Please sign in to comment.