Skip to content

Commit b9c0793

Browse files
committed
Fix travis build error
1 parent 570505a commit b9c0793

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

0 commit comments

Comments
 (0)