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 b9c0793 commit 6b056a9Copy full SHA for 6b056a9
.travis.yml
@@ -10,5 +10,5 @@ before_install:
10
- gem install cocoapods # Since Travis is not always on latest version
11
- pod install --repo-update --project-directory=Example
12
script:
13
-- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/RxIGListKit.xcworkspace -scheme RxIGListKit-Example -sdk iphonesimulator9.3 ONLY_ACTIVE_ARCH=NO | xcpretty
+- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/RxIGListKit.xcworkspace -scheme RxIGListKit-Example -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty
14
- pod lib lint
0 commit comments