Skip to content

Commit 1b9452b

Browse files
committed
removed the activation of postgis extension as this is already done in the testdata.sql script
1 parent 6ee90c3 commit 1b9452b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci/travis/linux/before_script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
printf "[qgis_test]\nhost=localhost\ndbname=qgis_test\nuser=postgres" > ~/.pg_service.conf
22
psql -c 'CREATE DATABASE qgis_test;' -U postgres
3-
psql -c 'CREATE EXTENSION postgis;' -U postgres -d qgis_test
43
psql -f $TRAVIS_BUILD_DIR/tests/testdata/provider/testdata.sql -U postgres -d qgis_test
54

0 commit comments

Comments
 (0)