We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed1221 commit 104364fCopy full SHA for 104364f
.travis.yml
@@ -13,7 +13,7 @@ before_install:
13
- bundle exec pod install --project-directory=Firestore/Example --no-repo-update
14
15
script:
16
- - "! git grep ' $'" # Fail on trailing whitespace
+ - "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files
17
- ./test.sh
18
- pod lib lint FirebaseCommunity.podspec --verbose | tail -40
19
0 commit comments