aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Morgan Chen <morganchen12@gmail.com>2017-06-28 13:11:27 -0700
committerGravatar GitHub <noreply@github.com>2017-06-28 13:11:27 -0700
commit2568fe2977405d0e94cff1c4cbf80f2ad35b25c0 (patch)
treeae70e9899f07e3f71d9ee5603ba63ee830dea028 /.travis.yml
parentc67a8bdc583c23865f2f31f2e38fd368d3b2505c (diff)
Use verbose pod lib lint in travis (#108)
* Use verbose pod lib lint in travis Hopefully avoids the `no output received in the last 10m` error that occasionally causes builds to error. * truncate verbose pod lib lint output
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7df18b6..8691024 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,4 +13,4 @@ before_install:
script:
- ./test.sh
- - pod lib lint FirebaseCommunity.podspec
+ - pod lib lint FirebaseCommunity.podspec --verbose | tail -200