Skip to content

Commit d004b06

Browse files
eanagelappleguy
authored andcommitted
Attempt to fix travis by specifying cocoapods 0.37.2 explicitly
1 parent 5777582 commit d004b06

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
@@ -2,7 +2,7 @@ language: objective-c
22
before_install:
33
- brew update
44
- brew reinstall xctool
5-
- gem update cocoapods
5+
- gem update cocoapods -v 0.37.2
66
- xcrun simctl list
77
install: echo "<3"
88
env:

0 commit comments

Comments
 (0)