Add canvas dependencies for travis

This commit is contained in:
Raul Ochoa 2015-01-02 17:26:30 +01:00
parent 180109e3aa
commit 5914498027

View File

@ -2,6 +2,7 @@ addons:
postgresql: "9.3"
before_install:
- sudo apt-get install -y pkg-config libcairo2-dev libjpeg8-dev libgif-dev
- createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgis