https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c15036cf3cff822a044d0c...
commit c15036cf3cff822a044d0c4b4c721e17504efd60 Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Thu Oct 19 22:32:41 2017 +0100
[TRAVIS-CI] Increase the git clone depth a bit. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml index b34c8c3683..447a77b553 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: bash
git: - depth: 1 + depth: 5
before_script: - wget https://svn.reactos.org/amine/RosBEBinFull.tar.gz -O RosBE.tar.gz