Output PostgreSQL and PostGIS versions

This commit is contained in:
Raul Ochoa 2018-10-23 14:34:17 +00:00
parent 4775c73aee
commit 208dbfd951

View File

@ -60,6 +60,9 @@ jobs:
- createuser publicuser
- psql -c "CREATE EXTENSION postgis" template_postgis
- psql -c "select version();" template_postgis
- psql -c "select postgis_version();" template_postgis
# install yarn 0.27.5
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
- export PATH="$HOME/.yarn/bin:$PATH"