From 88af5815ee976d26b79041575e3ae6487ab91038 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 13 Oct 2018 09:51:29 -0700 Subject: [PATCH] Increase clone depth (#1247) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65983fc92f..d4f21a398d 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