Skip to content

Commit 2dfe228

Browse files
committed
CI: travis: remove test on iOS target
1 parent 08e9334 commit 2dfe228

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
@@ -10,7 +10,7 @@ env:
1010
- IOS_SDK=iphonesimulator11.0
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.0,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="NO"
1414
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK=macosx10.13 RUN_TESTS="NO"
1515
before_install:
1616
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

0 commit comments

Comments
 (0)