CartoDB-SQL-API/.travis.yml
Sandro Santilli 3b0d20aa96 Enable travis builds with node-0.10
Closes #132
It looks like the failing test was due to bogus test fixes with
7b0145dde6
2014-03-17 15:24:25 +01:00

17 lines
523 B
YAML

before_install:
#- sudo apt-add-repository --yes ppa:ubuntugis/ppa
- 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
- 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"
- "0.10"