Skip to content

Commit 6b056a9

Browse files
committed
Fix travis build error
1 parent b9c0793 commit 6b056a9

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,5 +10,5 @@ before_install:
1010
- gem install cocoapods # Since Travis is not always on latest version
1111
- pod install --repo-update --project-directory=Example
1212
script:
13-
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/RxIGListKit.xcworkspace -scheme RxIGListKit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
13+
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/RxIGListKit.xcworkspace -scheme RxIGListKit-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
1414
- pod lib lint

0 commit comments

Comments
 (0)