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 47b68427c65a9af142a13b6c9829555f7d0a73e0
parent 5e9951a7062c7c997364448d647b2d941886b5a6
Author: Martin Mitas <mity@morous.org>
Date:   Mon,  3 Oct 2016 21:49:51 +0200

.travis.yml: Install python3 and run tests only in 'after_success' phase.

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

diff --git a/.travis.yml b/.travis.yml @@ -5,7 +5,6 @@ language: c compiler: - gcc - - clang before_script: - mkdir build @@ -14,4 +13,7 @@ before_script: script: - make + +after_success: + - sudo apt-get install python3 - ../scripts/run-commonmark-tests.sh