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 2728ecc commit 7c5ee86Copy full SHA for 7c5ee86
.travis.yml
@@ -23,7 +23,7 @@ git:
23
# - DESTINATION="generic/platform=iOS"
24
# - DESTINATION="generic/platform=watchOS"
25
# - DESTINATION="generic/platform=tvOS"
26
-# - DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.3"
+# - DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.3.1"
27
28
matrix:
29
include:
@@ -84,7 +84,7 @@ matrix:
84
osx_image: xcode8.3
85
gemfile: .ci/Gemfile.travis
86
env:
87
- - DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.3"
+ - DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.3.1"
88
89
script:
90
- cd .ci
0 commit comments