From ee43ab5fc81574d73ded7a0da0bfa6cb8bcd787c Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 22 Dec 2015 17:12:58 -0800 Subject: [PATCH] fix syntax error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e49bb5..93f36c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,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 + ls; ${COVERAGE} -lp *.o; pip install --user cpp-coveralls; ~/.local/bin/coveralls --no-gcov -i ./;