From 7248669e27dfdc3edb07ec26f49833691e264fcd Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 3 Jan 2019 18:43:51 +0100 Subject: [PATCH] travis: bump clone depth to 300 We are hitting the fatal: No names found, cannot describe anything. problem in the symlink_race branch. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75492ef..fcf09ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: required dist: trusty git: - depth: 100 + depth: 300 # Build with the lastest versions of Go 1.7 and later # See https://golang.org/dl/