From 254d570b3dbc23d90841743b184209a57e9f7b6c Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Sat, 21 Oct 2017 12:19:44 +0900 Subject: [PATCH] Increase shallow clone depth to mitigate clone failure because of autocommit bot delay. --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b834af88..d3c8633c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -543,7 +543,7 @@ install: - git submodule init libs/utility - git submodule init tools/build - - git submodule update --depth 1 + - git submodule update --depth 10 - rm -rf libs/fusion - mv $TRAVIS_BUILD_DIR libs/fusion diff --git a/appveyor.yml b/appveyor.yml index ba83a8c1..86f751a8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,7 +63,7 @@ install: - git submodule init libs/utility - git submodule init tools/build - - git submodule update --depth 1 + - git submodule update --depth 10 - xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\fusion - cmd /c bootstrap - b2 headers