fix syntax error

This commit is contained in:
Dane Springmeyer 2015-12-22 17:12:58 -08:00
parent 1f971bdfbd
commit ee43ab5fc8

View File

@ -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 ./;