Ver Fonte

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."

Bogdan Poplauschi há 10 anos atrás
pai
commit
f8a7b6bac7
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      .travis.yml

+ 2 - 2
.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: