From 5edb9379cd21411fb182239ed9ac19be4a278f32 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 14 Apr 2020 10:48:10 +0200 Subject: ci: remove the depth flag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This caused troubles because git-validation checks the commits until the very initial one, which was unavailable when the `--depth` flag was passed by Travis CI. Signed-off-by: Miquel Sabaté Solà --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1ffcc6c..2b538e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: nix sudo: true +git: + depth: false + env: # The minimum required plus the latest from each major release plus the next # release. -- cgit v1.2.3