mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
increase init depth to 20
This commit is contained in:
parent
94ce4d530a
commit
53ad3f0fe8
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user