The pod setup output is huge with CocoaPods 1.0.0 (10.000+ lines), causes Travis to "This log is too long to be displayed. Please reduce the verbosity of your build or download the raw log."

This commit is contained in:
Bogdan Poplauschi 2016-05-29 12:48:26 +03:00
parent 8e300c92a4
commit f8a7b6bac7
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ before_install:
- export LANG=en_US.UTF-8
- env
- locale
- gem install cocoapods --quiet
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- pod --version
- pod setup --silent
- pod setup --silent > /dev/null
- pod repo update --silent
script: