Add publicuser creation to Travis config
This commit is contained in:
parent
9e7b288f44
commit
33ba629c6d
@ -13,6 +13,7 @@ addons:
|
||||
before_install:
|
||||
- npm install -g npm@2
|
||||
- createdb template_postgis
|
||||
- createuser publicuser
|
||||
- psql -c "CREATE EXTENSION postgis" template_postgis
|
||||
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user