Revision a597733a019b56ee06b756a4dda867435a681721 authored by Eric Fischer on 11 January 2016, 19:00:23 UTC, committed by Eric Fischer on 11 January 2016, 19:00:23 UTC
1 parent 404bf69
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