Teach check-large-files-added about git-lfs. Reslves #82.

This commit is contained in:
Anthony Sottile 2015-12-25 09:25:14 -08:00
parent 2c62e4aafc
commit 3f6f23d73f
6 changed files with 109 additions and 2 deletions

View file

@ -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