We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee90c3 commit 1b9452bCopy full SHA for 1b9452b
ci/travis/linux/before_script.sh
@@ -1,5 +1,4 @@
1
printf "[qgis_test]\nhost=localhost\ndbname=qgis_test\nuser=postgres" > ~/.pg_service.conf
2
psql -c 'CREATE DATABASE qgis_test;' -U postgres
3
-psql -c 'CREATE EXTENSION postgis;' -U postgres -d qgis_test
4
psql -f $TRAVIS_BUILD_DIR/tests/testdata/provider/testdata.sql -U postgres -d qgis_test
5
0 commit comments