Explicitly install postgresql-9.3 and postgresql-9.3-client
This commit is contained in:
parent
6b49db5a63
commit
cf445c92a7
@ -1,7 +1,10 @@
|
||||
before_install:
|
||||
- sudo apt-get purge postgresql-9.1 postgresql-9.2
|
||||
- sudo apt-get install -q postgresql-server-dev-9.3
|
||||
- sudo apt-get install -q postgresql-9.3-postgis-2.1
|
||||
- sudo apt-get purge postgresql-9.1 postgresql-9.2
|
||||
- sudo apt-get install -q postgresql-9.3
|
||||
- sudo apt-get install -q postgresql-9.3-client
|
||||
- dpkg -l | grep postgresql
|
||||
- # Install schema_triggers
|
||||
- hg clone https://bitbucket.org/malloclabs/pg_schema_triggers &&
|
||||
cd pg_schema_triggers && make && sudo make install && cd -
|
||||
|
Loading…
Reference in New Issue
Block a user