Skip to content

Commit 161edf0

Browse files
committed
Update travis: use iOS 11.4
1 parent 44b5fc4 commit 161edf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ env:
77
- PROJECT=Prephirences.xcodeproj
88
- IOS_FRAMEWORK_SCHEME="PrephirencesiOS"
99
- MACOS_FRAMEWORK_SCHEME="PrephirencesMac"
10-
- IOS_SDK=iphonesimulator11.0
10+
- IOS_SDK=iphonesimulator11.4
1111
- MACOS_SDK=macosx10.13
1212
matrix:
13-
- DESTINATION="OS=11.0,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES"
13+
- DESTINATION="OS=11.4,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES"
1414
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK=macosx10.13 RUN_TESTS="YES"
1515
before_install:
1616
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

0 commit comments

Comments
 (0)