[circleci] initialize postgis database

This commit is contained in:
Dane Springmeyer 2016-03-14 13:33:52 -07:00
parent 742ad0748f
commit 3481377a18

View file

@ -13,6 +13,13 @@ machine:
post:
- echo "there"
# https://circleci.com/docs/manually#databases
database:
override:
- psql -c 'create database template_postgis;'
- psql -c 'create extension postgis;' -d template_postgis
checkout:
post:
- git submodule update --init