diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-25 10:41:52 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-25 10:41:52 -0800 |
commit | bfd2170d58f8dde8d5cc86bffe2b9f3bda3c5186 (patch) | |
tree | 10f5759083405cee1bbb54f24be9ed59a0b4dde8 /.travis.yml | |
parent | 141339e96bd4cd6d2190a40a66d918f6f8d50377 (diff) |
Run leakcheck in travis build.
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 |