.travis.yml: set git depth to false

This commit is contained in:
scribam 2018-01-06 14:02:20 +01:00 committed by Ivan
parent d770a42349
commit 32468adb53

View File

@ -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