CartoDB-SQL-API/.travis.yml

17 lines
523 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
# Removal of postgresql-9.1-postgis-scripts is needed due to a
# bug in some upstream package.
# See http://trac.osgeo.org/ubuntugis/ticket/39
- sudo apt-get remove --purge -q postgresql-9.1-postgis-scripts
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"
- "0.10"