Skip to content

Commit 7d6bcc5

Browse files
committed
Update gem install command for cocoapods gem in travis.yml
1 parent 382d9ed commit 7d6bcc5

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
@@ -29,7 +29,7 @@ before_install:
2929
echo Carthage not installed. Installing using homebrew;
3030
brew install carthage;
3131
fi
32-
- gem install cocoapods -v 1.0.0.beta.2
32+
- gem install cocoapods -v 1.0.0.beta.4
3333
install:
3434
- pod _1.0.0.beta.4_ install
3535
script:

0 commit comments

Comments
 (0)