From: Jonathan McDowell Date: Thu, 22 Aug 2019 06:14:38 +0000 (+0100) Subject: Remove git clone depth for Travis-CI X-Git-Tag: onak-0.6.0~21 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=917ee39cc46d3d215b8cb9594c6223fbb19f4681 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. --- 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: