tippecanoe/.travis.yml
Dane Springmeyer ee35b9f7c9 fix matrix
2015-12-20 15:11:15 -08:00

19 lines
326 B
YAML

language: c
sudo: false
matrix:
include:
- os: linux
addons:
apt:
packages: [ 'protobuf-compiler', 'libprotobuf-dev' ]
install:
- make
script:
- echo '{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[0,0]}}' > test.json
- ./tippecanoe -o test.mbtiles test.json