From 2568fe2977405d0e94cff1c4cbf80f2ad35b25c0 Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Wed, 28 Jun 2017 13:11:27 -0700 Subject: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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 -- cgit v1.2.3