diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 460f263..d62e8a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,5 @@ before_install: - sudo apt-get install -qq re2c pandoc valgrind script: - make testtarball + - export PROG=`ls cmark-*.*/build/src/cmark` + - make leakcheck |