summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2015-07-28 23:01:48 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2015-07-28 23:28:41 +0200
commitc4db52614e75e1c564ab4591e1dc5240d33a2293 (patch)
tree32304596923bb29d481a33bdb6383d31fcef1492 /.travis.yml
parent69fa2fc671e7a02d416270d1d68df71a0f096714 (diff)
downloadfork-ledger-c4db52614e75e1c564ab4591e1dc5240d33a2293.tar.gz
fork-ledger-c4db52614e75e1c564ab4591e1dc5240d33a2293.tar.bz2
fork-ledger-c4db52614e75e1c564ab4591e1dc5240d33a2293.zip
[travis] Run documentation checks as reports
which are allowed to fail instead of strict tests.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
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