Travis: install postgresql server

NOTE: it cannot work until "schema_triggers" can be installed, we
      might need to use a fork...
This commit is contained in:
Sandro Santilli 2014-05-06 10:28:06 +02:00
parent 00dc8dcd51
commit 6119006287

View File

@ -1,5 +1,7 @@
before_install:
- sudo apt-cache search postgis
- sudo apt-get install -q postgresql-server-dev-9.3
- sudo apt-get install -q postgresql-9.3-postgis-2.1
- # HOW TO INSTALL schema_triggers ?
script:
- make installcheck