cmark

My personal build of CMark ✏️

Commit
1f9fb63cb654b985e0d237444827078c8a621fdd
Parent
1619a0771dad8d40662bfbc335162696931e6b9b
Author
John MacFarlane <jgm@berkeley.edu>
Date

Removed pandoc from travis build deps.

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
@@ -6,7 +6,7 @@ before_install:
  # we need a more recent cmake than travis provides (at least 2.8.9):
  - echo "yes" | sudo add-apt-repository ppa:kalakris/cmake
  - sudo apt-get update -qq
- - sudo apt-get install -qq cmake python3 pandoc valgrind
+ - sudo apt-get install -qq cmake python3 valgrind
 script:
  - make testtarball
  - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck