Reduce ppa and explicit package usage
Should fix travis builds despite package compatibilit bugs (https://travis-ci.org/CartoDB/Windshaft-cartodb/builds/14314805)
This commit is contained in:
parent
5a87a16311
commit
c04ac4fc7e
@ -1,8 +1,7 @@
|
|||||||
before_install:
|
before_install:
|
||||||
- sudo apt-add-repository --yes ppa:mapnik/v2.1.0
|
- sudo apt-add-repository --yes ppa:mapnik/v2.1.0
|
||||||
- sudo apt-add-repository --yes ppa:ubuntugis/ppa
|
|
||||||
- sudo apt-get update -q
|
- sudo apt-get update -q
|
||||||
- sudo apt-get install -q libmapnik libmapnik-dev postgresql-9.1-postgis libsigc++-dev
|
- sudo apt-get install -q libmapnik-dev
|
||||||
- createdb template_postgis
|
- createdb template_postgis
|
||||||
- psql -c "CREATE EXTENSION postgis" template_postgis
|
- psql -c "CREATE EXTENSION postgis" template_postgis
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user