increase init depth to 20

This commit is contained in:
Artem Pavlenko 2017-09-25 16:53:16 +02:00
parent 94ce4d530a
commit 53ad3f0fe8

View File

@ -66,7 +66,7 @@ before_install:
- export BENCH=${BENCH:-false}
- if [[ ${TRAVIS_BRANCH} != 'master' ]]; then export MASON_PUBLISH=false; fi
- if [[ ${TRAVIS_PULL_REQUEST} != 'false' ]]; then export MASON_PUBLISH=false; fi
- git_submodule_update --init --depth=10
- git_submodule_update --init --depth=20
install:
- on 'osx' export DATA_PATH=$(brew --prefix)/var/postgres