cmark

My personal build of CMark ✏️

Commit
76a1d579ea9af1b123af2dd045e3ea72c1fbfd6d
Parent
96f548ec45ef83d40268ebe761c9ca83de410c99
Author
John MacFarlane <jgm@berkeley.edu>
Date

Travis: run valgrind after finishing.

Diffstat

1 file changed, 2 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified .travis.yml 3 2 1
diff --git a/.travis.yml b/.travis.yml
@@ -4,6 +4,7 @@ compiler:
  - gcc
 before_install:
  - sudo apt-get update -qq
- - sudo apt-get install -qq re2c pandoc
+ - sudo apt-get install -qq re2c pandoc valgrind
 script:
  - make testtarball
+ - valgrind --leak-check=full --dysmutil=yes --error-exitcode=1 ./build/src/cmark leakcheck.md