From d68bf0de4a2eeda43b5c3aa7007fed41cb9044e7 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Mon, 5 Feb 2018 21:34:53 +0100 Subject: [PATCH] Increased Travis CI clone depth to 200 Signed-off-by: Andreas Maier --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8708734f..71cafe7e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ # of commits. For pywbem, it started failing with the default depth 50 # when the number of commits since the last tag exceeded about 150. git: - depth: 100 + depth: 200 # By default, notification emails are sent to the PR creator and commiter. notifications: