https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7173a21f4a7f7969c1bdd4601facea9756e957ce
commit 7173a21f4a7f7969c1bdd4601facea9756e957ce Author: Saibamen <[email protected]> AuthorDate: Sun Apr 12 15:36:07 2020 +0200 Commit: GitHub <[email protected]> CommitDate: Sun Apr 12 16:36:07 2020 +0300 [TRAVIS] Fix inconsistent git clone depth in CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d80547d7242..f3d331a0f89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: clang-format-9 git: - depth: 1 + depth: 5 env: global:
