travis: add more deps

master
Oliver Tonnhofer 2015-09-29 14:22:36 +02:00
parent 1efbec4897
commit 157afcc0f8
1 changed files with 2 additions and 3 deletions

View File

@ -3,15 +3,14 @@ language: go
addons:
apt:
packages:
- python-psycopg2
- python-nose
- python-shapely
- osmosis
- libgeos-dev
before_script:
- psql -U postgres -c "create extension postgis"
install:
- sudo apt-get install libleveldb-dev python-psycopg2 python-shapely libprotobuf-dev osmosis
- go get github.com/tools/godep
script: make