From 32468adb531ed97b9ba61bbcdf4fe0ab605d1bfd Mon Sep 17 00:00:00 2001 From: scribam Date: Sat, 6 Jan 2018 14:02:20 +0100 Subject: [PATCH] .travis.yml: set git depth to false --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86181e2a95..299efd864e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,11 +22,8 @@ matrix: compiler: gcc git: + depth: false # Unshallow clone to obtain proper GIT_VERSION submodules: false - # Unshallow clone to obtain proper GIT_VERSION - # There's no variable to disable depth, so we just have to set it to a huge number - # https://docs.travis-ci.com/user/customizing-the-build/#Git-Clone-Depth - depth: 100000 before_install: - if [ "$CC" = "clang" ]; then