cmark

My personal build of CMark ✏️

Commit
6a1d17d27fcdd3217228b9543c4a658fffa27c00
Parent
9c5d074b0067b564f230b3770b2026afb9bb6998
Author
John MacFarlane <jgm@berkeley.edu>
Date

.travis.yml: install python3 for build.

Diffstat

1 file changed, 2 insertions, 3 deletions

Status File Name N° Changes Insertions Deletions
Modified .travis.yml 5 2 3
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 pandoc re2c valgrind
+ - sudo apt-get install -qq python3 pandoc re2c valgrind
 script:
  - make testtarball
- - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck-
\ No newline at end of file
+ - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck