imposm3/.travis.yml

10 lines
256 B
YAML
Raw Normal View History

2015-09-29 15:10:00 +03:00
language: go
before_script:
- psql -U postgres -c "create extension postgis"
install:
2015-09-29 15:26:25 +03:00
- sudo apt-get install libleveldb-dev libgeos-dev python-psycopg2 python-shapely python-nose libprotobuf-dev osmosis
2015-09-29 15:10:00 +03:00
- go get github.com/tools/godep
script: make