Merge pull request #1051 from CartoDB/output-versions

Output PostgreSQL and PostGIS versions
This commit is contained in:
Raul Ochoa 2018-10-23 17:58:30 +02:00 committed by GitHub
commit 49de289a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"