Travis: increase Git clone depth to 10
This commit is contained in:
parent
21f96bc19e
commit
6ca9f7b83d
|
@ -6,8 +6,9 @@ cache:
|
||||||
- rocksdb
|
- rocksdb
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: 1
|
# when multiple CI builds are queued, the tested commit needs to be in the last X commits cloned with "--depth X"
|
||||||
submodules_depth: 1
|
depth: 10
|
||||||
|
submodules_depth: 10
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
Loading…
Reference in New Issue