Avoid shallow clones in all Debian sid builds (#4888)

hallow clone may break version detection. This is fatal in Debian builds, so use full clone.

Note: This is safe for stable-1.2 but needs review after merging to master due to submodules.  See #4888 for more information.
This commit is contained in:
Javier Serrano Polo
2019-03-13 23:27:54 +01:00
committed by Tres Finocchiaro
parent 97d5529c18
commit 295b899df2

View File

@@ -24,8 +24,12 @@ matrix:
git:
depth: false
- env: TARGET_OS=debian-sid TARGET_ARCH=i386
git:
depth: false
- compiler: clang
env: TARGET_OS=debian-sid
git:
depth: false
before_install:
- . ${TRAVIS_BUILD_DIR}/.travis/${TRAVIS_OS_NAME}.${TARGET_OS}.before_install.sh
install: