CartoDB-SQL-API/.travis.yml
2013-09-30 18:28:19 +02:00

12 lines
295 B
YAML

before_install:
- sudo apt-add-repository --yes ppa:ubuntugis/ppa
- sudo apt-get update -q
- sudo apt-get install -q postgresql-9.1-postgis gdal-bin
- createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgis
- ./configure
language: node_js
node_js:
- "0.8"