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 13:08:15 +03:00
parent d625be8d98
commit 512c536fcf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ before_install:
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet - gem install cocoapods --no-rdoc --no-ri --no-document --quiet
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet - gem install xcpretty --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
- xcpretty --version - xcpretty --version
- xcodebuild -version - xcodebuild -version