2016-09-15 07:51:36 +08:00
|
|
|
dist: trusty # only environment that supports Postgres 9.5 at this time
|
|
|
|
sudo: required
|
2014-10-15 16:48:00 +08:00
|
|
|
addons:
|
2016-09-15 07:51:36 +08:00
|
|
|
postgresql: "9.5"
|
2016-03-04 03:51:53 +08:00
|
|
|
apt:
|
|
|
|
packages:
|
2016-09-15 07:51:36 +08:00
|
|
|
- postgresql-plpython-9.5
|
2016-03-04 03:51:53 +08:00
|
|
|
- pkg-config
|
|
|
|
- libcairo2-dev
|
|
|
|
- libjpeg8-dev
|
|
|
|
- libgif-dev
|
2016-09-15 07:57:49 +08:00
|
|
|
- libpango1.0-dev
|
2014-10-15 16:48:00 +08:00
|
|
|
|
2013-09-13 00:04:38 +08:00
|
|
|
before_install:
|
|
|
|
- createdb template_postgis
|
2016-02-15 20:00:21 +08:00
|
|
|
- createuser publicuser
|
2013-09-13 00:04:38 +08:00
|
|
|
- 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:
|
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
|