From 3e26463989346327589d1dd0d0cb89cb14c84b66 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 22 Dec 2014 23:47:38 -0700 Subject: Added HTML normalization tests to test/CMakeLists.txt. Removed from .travis.yml. This should be a standard part of the test suite. See #245. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3