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