Try building without postgis.input
This commit is contained in:
parent
f5d911968f
commit
5d5cc3a5db
1 changed files with 8 additions and 8 deletions
16
.travis.yml
16
.travis.yml
|
@ -62,14 +62,14 @@ install:
|
|||
- export PATH=${PREFIX}/bin:$(pwd)/mason_packages/.link/bin:${PATH}
|
||||
- export COVERAGE=${COVERAGE:-false}
|
||||
- export BENCH=${BENCH:-false}
|
||||
- on 'osx' export DATA_PATH=$(brew --prefix)/var/postgres
|
||||
- on 'osx' rm -rf ${DATA_PATH}
|
||||
- on 'osx' initdb ${DATA_PATH} -E utf8
|
||||
- on 'osx' pg_ctl -w start -l postgres.log --pgdata ${DATA_PATH};
|
||||
- on 'osx' cat postgres.log;
|
||||
- on 'osx' createuser -s postgres
|
||||
- psql -c 'create database template_postgis;' -U postgres
|
||||
- psql -c 'create extension postgis;' -d template_postgis -U postgres
|
||||
#- on 'osx' export DATA_PATH=$(brew --prefix)/var/postgres
|
||||
#- on 'osx' rm -rf ${DATA_PATH}
|
||||
#- on 'osx' initdb ${DATA_PATH} -E utf8
|
||||
#- on 'osx' pg_ctl -w start -l postgres.log --pgdata ${DATA_PATH};
|
||||
#- on 'osx' cat postgres.log;
|
||||
#- on 'osx' createuser -s postgres
|
||||
#- psql -c 'create database template_postgis;' -U postgres
|
||||
#- psql -c 'create extension postgis;' -d template_postgis -U postgres
|
||||
- enabled ${COVERAGE} curl -S -f https://codecov.io/bash -o codecov
|
||||
- enabled ${COVERAGE} chmod +x codecov
|
||||
|
||||
|
|
Loading…
Reference in a new issue