From 4f85a78daf00426eee06a0d1f658993ce92712f0 Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Sat, 16 Feb 2019 17:10:53 -0500 Subject: [PATCH] test: changing git depth to 6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f588bc85cf..2032a4ecc2 100755 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: c compiler: - gcc git: - depth: 1 + depth: 6 # Each item under 'env' is a separate Travis job to execute. # They run in separate environments, so each one must take the time