summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-22 23:47:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-22 23:48:56 -0700
commit3e26463989346327589d1dd0d0cb89cb14c84b66 (patch)
treeee27b85443ca52129386708cf0cf063139b2927a /.travis.yml
parenta8d97a098742413d0ffdc3602d1798df6e4f00a1 (diff)
Added HTML normalization tests to test/CMakeLists.txt.
Removed from .travis.yml. This should be a standard part of the test suite. See #245.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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