mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
remove depth limit
This commit is contained in:
parent
e5b837ff97
commit
f02a259011
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user