Windshaft-cartodb/.travis.yml
2014-10-15 11:06:16 +02:00

21 lines
315 B
YAML

addons:
postgresql: "9.3"
before_install:
- createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgis
env:
- NPROCS=1 JOBS=1 PGUSER=postgres
language: node_js
node_js:
- "0.8"
- "0.10"
notifications:
irc:
channels:
- "irc.freenode.org#cartodb"
use_notice: true