aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-01-03 18:43:51 +0100
committerJakob Unterwurzacher2019-01-03 18:43:51 +0100
commit7248669e27dfdc3edb07ec26f49833691e264fcd (patch)
treef49b600e2f1dbd0fe1cd7cefc6d07bb3838d15be
parent1c9fb707fea50d31dd940382b6a3af1a7e4901a3 (diff)
travis: bump clone depth to 300
We are hitting the fatal: No names found, cannot describe anything. problem in the symlink_race branch.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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/