Skip to content

Commit 4161cac

Browse files
committed
Fixed travis destination option.
1 parent f7de2d7 commit 4161cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
- IOS_SDK=iphonesimulator12.2
1010
- EXAMPLE_SCHEME="iOS Example"
1111
matrix:
12-
- DESTINATION="OS=12.2,name=iPhone XR" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" POD_LINT="NO"
12+
- DESTINATION="OS=12.2,name=iPhone X" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" POD_LINT="NO"
1313
script:
1414
- set -o pipefail
1515
- xcodebuild -version

0 commit comments

Comments
 (0)