md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
git clone https://noulin.net/git/md4c.git
Log | Files | Refs | README | LICENSE

commit 50f2184a4fb2a10b87d381581a4bfd3808d19195
parent a2e938f1231fb6139b35d83e978da8d6322dae68
Author: Martin Mitas <mity@morous.org>
Date:   Mon,  3 Oct 2016 23:44:39 +0200

.travis.yml: Yet another fix for coverage upload.

Diffstat:
M.travis.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -16,6 +16,6 @@ script: after_success: - sudo apt-get install python3 - - pip install --usr cpp-coveralls + - pip install --user cpp-coveralls - ../scripts/run-commonmark-tests.sh - - coveralls -r .. -i md4c + - ~/.local/bin/coveralls -r .. -i md4c