diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 0446bad..8a504fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,4 @@ before_install: - sudo apt-get install -qq pandoc re2c valgrind script: - make testtarball - - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck - - python -m doctest test/normalize.py + - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck
\ No newline at end of file |