Skip to content

Commit 2049d72

Browse files
committed
Add --no-document flag to gem installs on Travis
1 parent 16dac5b commit 2049d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ before_install:
3232
echo Carthage not installed. Installing using homebrew;
3333
brew install carthage;
3434
fi
35-
- gem install cocoapods
36-
- gem install xcpretty
35+
- gem install cocoapods --no-document
36+
- gem install xcpretty --no-document
3737
install:
3838
- pod update
3939
- pod install

0 commit comments

Comments
 (0)