Create language instead of extension

This commit is contained in:
Raul Ochoa 2016-01-13 19:36:01 +01:00
parent 553c64bd8b
commit 18278da4bb

View File

@ -13,7 +13,7 @@ addons:
before_install: before_install:
- createdb template_postgis - createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgis - psql -c "CREATE EXTENSION postgis" template_postgis
- psql -c "CREATE EXTENSION plpython" template_postgis - psql -c "CREATE LANGUAGE plpythonu" template_postgis
env: env:
- NPROCS=1 JOBS=1 PGUSER=postgres - NPROCS=1 JOBS=1 PGUSER=postgres