You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb-postgresql/.travis.yml

14 lines
339 B

language: c
addons:
postgresql: 9.3
before_install:
- 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 && cd -
script:
- make installcheck || { cat regression.diffs; false; }