Instruct travis to install schema_triggers
This commit is contained in:
+3
-1
@@ -1,7 +1,9 @@
|
|||||||
before_install:
|
before_install:
|
||||||
- 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-9.3-postgis-2.1
|
- sudo apt-get install -q postgresql-9.3-postgis-2.1
|
||||||
- # HOW TO INSTALL schema_triggers ?
|
- # Install schema_triggers
|
||||||
|
- hg clone https://bitbucket.org/malloclabs/pg_schema_triggers && +
|
||||||
|
cd pg_schema_triggers && make && sudo make install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make installcheck
|
- make installcheck
|
||||||
|
|||||||
Reference in New Issue
Block a user