Skip to content

Commit 104364f

Browse files
authored
Don't fail travis tests if a binary file has a trailing space (#398)
1 parent 4ed1221 commit 104364f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313
- bundle exec pod install --project-directory=Firestore/Example --no-repo-update
1414

1515
script:
16-
- "! git grep ' $'" # Fail on trailing whitespace
16+
- "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files
1717
- ./test.sh
1818
- pod lib lint FirebaseCommunity.podspec --verbose | tail -40
1919

0 commit comments

Comments
 (0)