mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
Teach check-large-files-added about git-lfs. Reslves #82.
This commit is contained in:
parent
2c62e4aafc
commit
3f6f23d73f
6 changed files with 109 additions and 2 deletions
|
|
@ -12,6 +12,8 @@ script: tox
|
|||
before_install:
|
||||
- git config --global user.name "Travis CI"
|
||||
- git config --global user.email "user@example.com"
|
||||
# Install git-lfs for a test
|
||||
- './get-git-lfs.py && export PATH="/tmp/git-lfs:$PATH"'
|
||||
after_success:
|
||||
- coveralls
|
||||
sudo: false
|
||||
|
|
@ -19,3 +21,4 @@ cache:
|
|||
directories:
|
||||
- $HOME/.cache/pip
|
||||
- $HOME/.pre-commit
|
||||
- /tmp/git-lfs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue