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

8 lines
195 B

before_install:
- sudo apt-get install -q postgresql-server-dev-9.3
- sudo apt-get install -q postgresql-9.3-postgis-2.1
- # HOW TO INSTALL schema_triggers ?
script:
- make installcheck