From 033432f37dbd326bd7817a806b72107507a4cfe4 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 23 Oct 2017 09:15:22 -0700 Subject: Catch failures from pod lib lint in travis (#400) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 55f92dd..6af93af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: script: - "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files - ./test.sh - - pod lib lint FirebaseCommunity.podspec --verbose | tail -40 + - pod lib lint FirebaseCommunity.podspec branches: only: -- cgit v1.2.3