mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Fix shallow clone in travis-ci
This commit is contained in:
parent
01ed16c31e
commit
a8e1eaa512
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue