[travis] Fail when documentation is outdated

This commit is contained in:
MarcoFalke
2016-01-04 02:06:04 +01:00
committed by lateminer
parent 671c4b68cc
commit 32e5de8277
3 changed files with 52 additions and 0 deletions

View File

@@ -75,5 +75,6 @@ script:
- export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib
- if [ "$RUN_TESTS" = "true" ]; then make $MAKEJOBS check VERBOSE=1; fi
- if [ "$RUN_TESTS" = "true" ]; then qa/pull-tester/rpc-tests.py --coverage; fi
- if [ "$RUN_TESTS" = "true" ]; then contrib/devtools/check-doc.py; fi
after_script:
- if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then (echo "Upload goes here. Something like: scp -r $BASE_OUTDIR server" || echo "upload failed"); fi