From 917ee39cc46d3d215b8cb9594c6223fbb19f4681 Mon Sep 17 00:00:00 2001 From: Jonathan McDowell Date: Thu, 22 Aug 2019 07:14:38 +0100 Subject: [PATCH] Remove git clone depth for Travis-CI The default of 50 wasn't enough to be able to "git describe" our current revision for the build process. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 660749f..dc7591a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ dist: bionic compiler: - clang - gcc +git: + depth: false addons: apt: packages: -- 2.39.2