From b324f18777147c74ae0ef66a2da47decef0b20ee Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 9 Dec 2018 03:31:50 -0500 Subject: [PATCH] Increase git clone depth for Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0187e51e..bd7db116 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ sudo: required osx_image: xcode10.1 git: - depth: 3 + depth: 5 compiler: - clang