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 44b5fc4 commit 161edf0Copy full SHA for 161edf0
1 file changed
.travis.yml
@@ -7,10 +7,10 @@ env:
7
- PROJECT=Prephirences.xcodeproj
8
- IOS_FRAMEWORK_SCHEME="PrephirencesiOS"
9
- MACOS_FRAMEWORK_SCHEME="PrephirencesMac"
10
- - IOS_SDK=iphonesimulator11.0
+ - IOS_SDK=iphonesimulator11.4
11
- MACOS_SDK=macosx10.13
12
matrix:
13
- - DESTINATION="OS=11.0,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES"
+ - DESTINATION="OS=11.4,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES"
14
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK=macosx10.13 RUN_TESTS="YES"
15
before_install:
16
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
0 commit comments