From 2ed77e35254a6a007c1ec772299f352972b140a5 Mon Sep 17 00:00:00 2001 From: Jeremy Raw Date: Fri, 19 Jun 2020 12:22:53 -0400 Subject: [PATCH] Fixed depth on .travis.yml - reckless history rewrites cause failure --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 461a3e5e5..3bc33b0bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ cache: - directories: - $TRAVIS_BUILD_DIR/ve-lib -# We don't need much of the history +# Could make this smaller if we don't rewrite history... git: - depth: 1 + depth: 20 # Be less strict when checking our package warnings_are_errors: false