cartodb-postgresql/.travis.yml

10 lines
311 B
YAML
Raw Normal View History

2014-05-06 16:21:27 +08:00
before_install:
- sudo apt-get install -q postgresql-server-dev-9.3
- sudo apt-get install -q postgresql-9.3-postgis-2.1
- # Install schema_triggers
- hg clone https://bitbucket.org/malloclabs/pg_schema_triggers && +
cd pg_schema_triggers && make && sudo make install
2014-05-06 16:21:27 +08:00
script:
- make installcheck