remove depth limit

This commit is contained in:
Artem Pavlenko 2017-10-13 09:47:26 +02:00
parent e5b837ff97
commit f02a259011

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=20
- git_submodule_update --init
install:
- on 'osx' export DATA_PATH=$(brew --prefix)/var/postgres