c04ac4fc7e
Should fix travis builds despite package compatibilit bugs (https://travis-ci.org/CartoDB/Windshaft-cartodb/builds/14314805)
14 lines
287 B
YAML
14 lines
287 B
YAML
before_install:
|
|
- sudo apt-add-repository --yes ppa:mapnik/v2.1.0
|
|
- sudo apt-get update -q
|
|
- sudo apt-get install -q libmapnik-dev
|
|
- createdb template_postgis
|
|
- psql -c "CREATE EXTENSION postgis" template_postgis
|
|
|
|
env:
|
|
- NPROCS=1 JOBS=1
|
|
|
|
language: node_js
|
|
node_js:
|
|
- "0.8"
|