Fix postgis problem

pull/68/head
Konstantin Gründger 2017-10-03 20:20:32 +02:00
rodzic 32b6150728
commit a77cdb6787
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,9 @@ services:
before_script:
- flake8 tests ogn
- sudo apt-get autoremove postgis*
- sudo apt-get autoremove postgresql*
- sudo apt-get install postgresql-9.3-postgis-2.1
- psql -c 'CREATE DATABASE ogn_test;' -U postgres
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d ogn_test