Revision 167beae307292281b4feb34a568a636ad09b2f68 authored by Eric Fischer on 27 January 2016, 22:29:34 UTC, committed by Eric Fischer on 27 January 2016, 22:29:34 UTC
1 parent baf576f
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