From 5b197c072ead39f86ee8f05e72f14b53880ab32c Mon Sep 17 00:00:00 2001 From: tooomm Date: Mon, 11 Feb 2019 02:54:47 +0100 Subject: [PATCH] Git clone depth 15 (#3577) --- .appveyor.yml | 2 +- .travis.yml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index c657982f..9eaa9d25 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -19,7 +19,7 @@ skip_commits: skip_branch_with_pr: true -clone_depth: 50 #same as travis, see https://www.appveyor.com/blog/2014/06/04/shallow-clone-for-git-repositories/ +clone_depth: 15 image: Visual Studio 2017 diff --git a/.travis.yml b/.travis.yml index ba664c7c..9a0d3ce8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: cpp compiler: gcc +git: + depth: 15 + matrix: include: #Ubuntu Xenial (Debug only)