From 925f4c8b7558373172dd9410b7844637afaa2424 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 29 Jun 2017 17:00:40 -0700 Subject: Change pod spec lint verbose tail to 40 (#114) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8691024..f740dce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ before_install: script: - ./test.sh - - pod lib lint FirebaseCommunity.podspec --verbose | tail -200 + - pod lib lint FirebaseCommunity.podspec --verbose | tail -40 -- cgit v1.2.3