From 528bca6629a01e2c3c37e40e248bf49693e72f95 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Thu, 28 Jan 2016 10:54:51 -0800 Subject: [PATCH] Use tests in Travis configuration --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3960bb1..3316c88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,4 @@ install: - make script: - - echo '{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[0,0]}}' > test.json - - ./tippecanoe -o test.mbtiles test.json + - make test