CartoDB-SQL-API/.travis.yml

12 lines
295 B
YAML
Raw Normal View History

2013-10-01 00:02:48 +08:00
before_install:
- sudo apt-add-repository --yes ppa:ubuntugis/ppa
2013-10-01 00:02:48 +08:00
- sudo apt-get update -q
2013-10-01 00:28:19 +08:00
- sudo apt-get install -q postgresql-9.1-postgis gdal-bin
2013-10-01 00:02:48 +08:00
- createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgis
- ./configure
2013-10-01 00:02:48 +08:00
language: node_js
node_js:
- "0.8"