Revision ecae14e2d4d5e7789f5a7ef6c78a585654f07daa authored by Eric Fischer on 12 January 2016, 22:12:56 UTC, committed by Eric Fischer on 12 January 2016, 22:12:56 UTC
1 parent ca97c5e
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