Skip to content

Commit 7dcd3e4

Browse files
Use the latest version of cocoa pods.
1 parent 15460fc commit 7dcd3e4

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
@@ -3,7 +3,7 @@ language: objective-c
33
cache: cocoapods
44
podfile: Example/Podfile
55
before_install:
6-
- gem install cocoapods # Since Travis is not always on latest version
6+
- gem install cocoapods --pre # Since Travis is not always on latest version
77
- pod repo update --silent
88
- pod install --project-directory=Example
99
script:

0 commit comments

Comments
 (0)