summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index d62e8a8..61c3f69 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,7 @@ compiler:
- gcc
before_install:
- sudo apt-get update -qq
- - sudo apt-get install -qq re2c pandoc valgrind
+ - sudo apt-get install -qq re2c pandoc valgrind doxygen
script:
- make testtarball
- - export PROG=`ls cmark-*.*/build/src/cmark`
- - make leakcheck
+ - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck