[Travis] install postgresql-plpython-9.3 package, now needed
This commit is contained in:
parent
f9f73d2d62
commit
1f7b8db532
@ -6,6 +6,7 @@ addons:
|
|||||||
before_install:
|
before_install:
|
||||||
#- sudo apt-get install -q postgresql-9.3-postgis-2.1
|
#- sudo apt-get install -q postgresql-9.3-postgis-2.1
|
||||||
- sudo apt-get install -q postgresql-server-dev-9.3
|
- sudo apt-get install -q postgresql-server-dev-9.3
|
||||||
|
- sudo apt-get install -q postgresql-plpython-9.3
|
||||||
# Install schema_triggers
|
# Install schema_triggers
|
||||||
- hg clone https://bitbucket.org/malloclabs/pg_schema_triggers &&
|
- hg clone https://bitbucket.org/malloclabs/pg_schema_triggers &&
|
||||||
cd pg_schema_triggers && make && sudo make install && cd -
|
cd pg_schema_triggers && make && sudo make install && cd -
|
||||||
|
Loading…
Reference in New Issue
Block a user