From f8a7b6bac78e44d62399281cd49bf688398d4caf Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Sun, 29 May 2016 12:48:26 +0300 Subject: [PATCH] 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." --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index af6197f7..313c5929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: