From c4db52614e75e1c564ab4591e1dc5240d33a2293 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 28 Jul 2015 23:01:48 +0200 Subject: [travis] Run documentation checks as reports which are allowed to fail instead of strict tests. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fee32bef..c573057d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,13 +36,17 @@ addons: before_script: - if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi - - cmake . -DUSE_PYTHON=ON + - cmake . -DUSE_PYTHON=ON -DBUILD_DEBUG=ON - make script: - make test - PYTHONPATH=. python python/demo.py +after_script: + - python test/CheckTexinfo.py -l ledger -s . + - python test/CheckManpage.py -l ledger -s . + notifications: email: on_success: change -- cgit v1.2.3