Skip to content

Commit 27f5d0e

Browse files
committed
iPhone Xʀ with ios13 cant be found in travis ci, stick back with iphone X. ios 11.3
1 parent 6472aeb commit 27f5d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- gem install cocoapods
88
script:
99
- pod install
10-
- xcodebuild test -workspace Example.xcworkspace -scheme Example -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=13.0,name=iPhone ' -quiet
10+
- xcodebuild test -workspace Example.xcworkspace -scheme Example -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=11.3,name=iPhone X' -quiet
1111
- stage: deploying to cocoapods
1212
before_install:
1313
- echo $TRAVIS_TAG

0 commit comments

Comments
 (0)