Skip to content
This repository was archived by the owner on Jul 3, 2019. It is now read-only.

Commit f62fe6d

Browse files
committed
Setup cocoa pods for travis.ci
1 parent 76516a1 commit f62fe6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ env:
2222
before_install:
2323
- brew update
2424
- brew outdated carthage || brew upgrade carthage
25-
- gem install xcpretty
25+
- gem install xcpretty --pre --no-rdoc --no-ri --no-document --quiet
26+
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
2627

2728
script:
2829
- set -o pipefail

0 commit comments

Comments
 (0)