cmark

My personal build of CMark ✏️

Commit
ca1d9cc65eef62e053a86c912a190a6202ab8252
Parent
a37980f46cb13b1178c685f6eb17d9964b026b9c
Author
John MacFarlane <jgm@berkeley.edu>
Date

Travis: we no longer need doxygen.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified .travis.yml 2 1 1
diff --git a/.travis.yml b/.travis.yml
@@ -4,7 +4,7 @@ compiler:
  - gcc
 before_install:
  - sudo apt-get update -qq
- - sudo apt-get install -qq re2c pandoc valgrind doxygen
+ - sudo apt-get install -qq pandoc re2c valgrind
 script:
  - make testtarball
  - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck