We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c466272 commit e2d932bCopy full SHA for e2d932b
.travis.yml
@@ -9,6 +9,6 @@ install:
9
- gem install xcpretty
10
11
script:
12
- - rake build:ios DESTINATION='OS=10.0,name=iPhone 6s'
13
- - rake build:ios DESTINATION='platform=iOS Simulator,name=iPhone 7 Plus'
+ - rake build:ios DESTINATION='OS=11,name=iPhone X'
+ - rake build:ios DESTINATION='platform=iOS Simulator,name=iPhone X Plus'
14
- pod lib lint --quick
0 commit comments