diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-19 07:56:59 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-19 07:56:59 -0800 |
commit | 7030f3a97cf0777e320e22bf030caa66395d09a6 (patch) | |
tree | 4d945b254d714b65c8a2ce90948d12de65ca0dda /.travis.yml | |
parent | 4d84b1f573bdb896e5473f7d6b289c937f8bf1d2 (diff) | |
parent | 1ac9a016f45d5453e8f53d1b53e48d6fc787b37a (diff) |
Merge pull request #245 from cirosantilli/normalize-whitespace-fail
Expose failure to normalize whitespaces
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d715514..0446bad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ before_install: script: - make testtarball - PROG=`ls cmark-*.*/build/src/cmark` make leakcheck + - python -m doctest test/normalize.py |