We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dac5b commit 2049d72Copy full SHA for 2049d72
.travis.yml
@@ -32,8 +32,8 @@ before_install:
32
echo Carthage not installed. Installing using homebrew;
33
brew install carthage;
34
fi
35
- - gem install cocoapods
36
- - gem install xcpretty
+ - gem install cocoapods --no-document
+ - gem install xcpretty --no-document
37
install:
38
- pod update
39
- pod install
0 commit comments