Add postgis version diagnosing traces
This commit is contained in:
parent
14b44c358f
commit
2362e51c10
@ -38,5 +38,5 @@ before_install:
|
||||
script:
|
||||
- sudo make install
|
||||
- dpkg -l | grep -i postgis
|
||||
- PGPORT=$(cat .pg95.port) psql -U postgres -c "SELECT PostGIS_Version();"
|
||||
- PGPORT=$(cat .pg95.port) psql -U postgres -c "SELECT * FROM pg_available_extension_versions WHERE name LIKE 'postgis';"
|
||||
- PGPORT=$(cat .pg95.port) make test || { cat src/pg/test/regression.diffs; false; }
|
||||
|
Loading…
Reference in New Issue
Block a user