Revision a8b39aa2ff8d65d765b74befff03ac39af2057b3 authored by Eric Fischer on 22 December 2015, 22:10:21 UTC, committed by Eric Fischer on 22 December 2015, 22:10:21 UTC
2 parent s 40ec317 + f290794
Raw File
.travis.yml
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
back to top