travis-ci lazy init submodules

This commit is contained in:
Daniel Agar 2017-04-23 21:56:29 -04:00
parent 768faa1ae3
commit 8a681397bf
2 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,7 @@ language: cpp
git:
depth: 2000
submodules: false
matrix:
fast_finish: true

View File

@ -48,7 +48,6 @@ docker run -it --rm -w "${SRC_DIR}" \
-e CI="${CI}" \
-e COVERALLS_REPO_TOKEN="${COVERALLS_REPO_TOKEN}" \
-e DISPLAY="${DISPLAY}" \
-e GIT_SUBMODULES_ARE_EVIL=1 \
-e LOCAL_USER_ID="$(id -u)" \
-e TRAVIS_BRANCH="${TRAVIS_BRANCH}" \
-e TRAVIS_BUILD_ID="${TRAVIS_BUILD_ID}" \