summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-01-04 23:34:38 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-01-04 23:34:38 -0800
commit1f9fb63cb654b985e0d237444827078c8a621fdd (patch)
tree60ebe8357f5c366d21b9caa55b2cf6f4ee2504c4 /.travis.yml
parent1619a0771dad8d40662bfbc335162696931e6b9b (diff)
Removed pandoc from travis build deps.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index b96f79b..07c11f5 100644
--- 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