Skip to content

Commit

Permalink
removed the activation of postgis extension as this is already done i…
Browse files Browse the repository at this point in the history
…n the testdata.sql script
  • Loading branch information
SebDieBln committed Nov 15, 2015
1 parent 6ee90c3 commit 1b9452b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/travis/linux/before_script.sh
@@ -1,5 +1,4 @@
printf "[qgis_test]\nhost=localhost\ndbname=qgis_test\nuser=postgres" > ~/.pg_service.conf
psql -c 'CREATE DATABASE qgis_test;' -U postgres
psql -c 'CREATE EXTENSION postgis;' -U postgres -d qgis_test
psql -f $TRAVIS_BUILD_DIR/tests/testdata/provider/testdata.sql -U postgres -d qgis_test

0 comments on commit 1b9452b

Please sign in to comment.