Windshaft-cartodb/.travis.yml

23 lines
455 B
YAML
Raw Normal View History

addons:
postgresql: "9.3"
2013-09-13 00:04:38 +08:00
before_install:
2015-02-10 01:39:24 +08:00
- sudo apt-get update
2015-01-03 00:26:30 +08:00
- sudo apt-get install -y pkg-config libcairo2-dev libjpeg8-dev libgif-dev
- sudo apt-get install postgresql-plpython-9.3
2013-09-13 00:04:38 +08:00
- createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgis
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.10"
notifications:
irc:
channels:
- "irc.freenode.org#cartodb"
use_notice: true