From 6ca9f7b83dba8cd568b97af888984aa8dc1ad187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Sat, 16 Feb 2019 00:56:13 +0100 Subject: [PATCH] Travis: increase Git clone depth to 10 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0017e1661..311dda19a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,9 @@ cache: - rocksdb git: - depth: 1 - submodules_depth: 1 + # when multiple CI builds are queued, the tested commit needs to be in the last X commits cloned with "--depth X" + depth: 10 + submodules_depth: 10 matrix: include: