From 88d02915d7812da6772b0017d35d32762c107d0d Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 22 Dec 2015 17:23:56 -0800 Subject: [PATCH] remove vector_tile.pb.o --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e3b770..b124ee8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ script: - echo '{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[0,0]}}' > test.json - ./tippecanoe -o test.mbtiles test.json - if [ -n "${COVERAGE}" ]; then - ls; + rm vector_tile.pb.o; ${COVERAGE} -lp *.o; pip install --user cpp-coveralls; ~/.local/bin/coveralls --no-gcov -i ./ --exclude clipper --exclude vector_tile.pb.cc --exclude vector_tile.pb.h;