Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit a713dd0

Browse files
author
Andrew Lloyd
authored
update travis script simulator version
1 parent 0fc6b4b commit a713dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ env:
99
global:
1010
- PROJECT_NAME="KeyboardHelper.xcodeproj"
1111
- IOS_FRAMEWORK_SCHEME="KeyboardHelper"
12-
- IOS_SDK=iphonesimulator10.1
12+
- IOS_SDK=iphonesimulator11.1
1313
matrix:
14-
- DESTINATION="OS=10.1,name=iPhone 6S Plus" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES"
14+
- DESTINATION="OS=11.1,name=iPhone 6S Plus" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES"
1515

1616
script:
1717
- set -o pipefail

0 commit comments

Comments
 (0)