aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
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 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