Version adjustments

This commit is contained in:
Ani
2017-12-08 21:47:49 +00:00
committed by Ani
parent d7881c6714
commit 6b323d7e2e
4 changed files with 31 additions and 31 deletions
+4
View File
@@ -23,6 +23,10 @@ matrix:
git:
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