mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
Fix shallow clone in travis-ci
This commit is contained in:
@@ -11,6 +11,8 @@ script: tox
|
||||
before_install:
|
||||
- git config --global user.name "Travis CI"
|
||||
- git config --global user.email "user@example.com"
|
||||
# Our tests inspect some of *our* git history
|
||||
- git fetch --unshallow
|
||||
after_success:
|
||||
- coveralls
|
||||
sudo: false
|
||||
|
||||
Reference in New Issue
Block a user