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:
parent
00dc8dcd51
commit
6119006287
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user