From 104364f88d0c6d28b5ceef43faff0aff1629d3bf Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Fri, 20 Oct 2017 19:01:21 -0700 Subject: Don't fail travis tests if a binary file has a trailing space (#398) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cf3c7b3..55f92dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_install: - bundle exec pod install --project-directory=Firestore/Example --no-repo-update script: - - "! git grep ' $'" # Fail on trailing whitespace + - "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files - ./test.sh - pod lib lint FirebaseCommunity.podspec --verbose | tail -40 -- cgit v1.2.3