imposm3/.travis.yml

12 lines
346 B
YAML

language: go
before_script:
- psql -U postgres -c "create extension postgis"
install:
- sudo apt-get update -y
- sudo apt-get install -y libleveldb-dev libgeos-dev python-psycopg2 python-shapely python-nose libprotobuf-dev osmosis
- go get github.com/golang/protobuf/{proto,protoc-gen-go}
- go get github.com/tools/godep
script: make