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:
parent
8e300c92a4
commit
f8a7b6bac7
|
@ -8,9 +8,9 @@ before_install:
|
||||||
- export LANG=en_US.UTF-8
|
- export LANG=en_US.UTF-8
|
||||||
- env
|
- env
|
||||||
- locale
|
- locale
|
||||||
- gem install cocoapods --quiet
|
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
|
||||||
- pod --version
|
- pod --version
|
||||||
- pod setup --silent
|
- pod setup --silent > /dev/null
|
||||||
- pod repo update --silent
|
- pod repo update --silent
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue