2014-10-15 16:48:00 +08:00
|
|
|
addons:
|
|
|
|
postgresql: "9.3"
|
|
|
|
|
2013-09-13 00:04:38 +08:00
|
|
|
before_install:
|
|
|
|
- createdb template_postgis
|
|
|
|
- psql -c "CREATE EXTENSION postgis" template_postgis
|
2014-06-24 16:16:26 +08:00
|
|
|
|
2013-09-13 00:04:38 +08:00
|
|
|
env:
|
2014-06-24 16:25:02 +08:00
|
|
|
- NPROCS=1 JOBS=1 PGUSER=postgres
|
2013-09-13 00:04:38 +08:00
|
|
|
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
|
|
- "0.8"
|
2014-02-13 15:15:43 +08:00
|
|
|
- "0.10"
|
2013-11-27 01:11:49 +08:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels:
|
|
|
|
- "irc.freenode.org#cartodb"
|
|
|
|
use_notice: true
|