Skip to content

Commit d94ff88

Browse files
authored
Update .travis.yml
1 parent f5cf330 commit d94ff88

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
@@ -11,7 +11,7 @@ env:
1111
- MACOS_SDK=macosx10.14
1212
matrix:
1313
- DESTINATION="OS=12.0,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="NO"
14-
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK=macosx10.13 RUN_TESTS="NO"
14+
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK="$MACOS_SDK" RUN_TESTS="NO"
1515
before_install:
1616
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
1717
script:

0 commit comments

Comments
 (0)