2013-09-13 00:04:38 +08:00
|
|
|
before_install:
|
|
|
|
- sudo apt-add-repository --yes ppa:mapnik/v2.1.0
|
|
|
|
- sudo apt-get update -q
|
2013-11-22 01:17:56 +08:00
|
|
|
- sudo apt-get install -q libmapnik-dev
|
2013-09-13 00:04:38 +08:00
|
|
|
- createdb template_postgis
|
|
|
|
- psql -c "CREATE EXTENSION postgis" template_postgis
|
2014-02-28 17:50:45 +08:00
|
|
|
# Tell npm to use known registrars:
|
|
|
|
# see http://blog.npmjs.org/post/78085451721/npms-self-signed-certificate-is-no-more
|
|
|
|
- npm config set ca ""
|
2013-09-13 00:04:38 +08:00
|
|
|
|
|
|
|
env:
|
|
|
|
- NPROCS=1 JOBS=1
|
|
|
|
|
|
|
|
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
|