From 18dc73d27edb55ebe9cb13c58d59af3da3bd374b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 3 Jan 2020 00:14:03 +0100 Subject: [PATCH] [travis] Ensure that most recent tag is always available Remove clone depth limit, to ensure that the most recent tag (from which the version should be constructed) is always present. Signed-off-by: Michael Brown --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0e75158e3..43849cc5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ dist: trusty sudo: false +git: + depth: false + language: c cache: ccache