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 570505a commit b9c0793Copy full SHA for b9c0793
.travis.yml
@@ -8,7 +8,7 @@ cache: cocoapods
8
podfile: Example/Podfile
9
before_install:
10
- gem install cocoapods # Since Travis is not always on latest version
11
-- pod install --project-directory=Example
+- 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
14
- pod lib lint
0 commit comments