diff options
| author | MarcoFalke <[email protected]> | 2016-01-04 02:06:04 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-01-04 19:24:07 +0100 |
| commit | fada0c90b655226ddf79cd49dadb0d193f76edad (patch) | |
| tree | aabfa7071fb03750930aad48dfbf6492218c3fca /.travis.yml | |
| parent | Merge pull request #7158 (diff) | |
| download | discoin-fada0c90b655226ddf79cd49dadb0d193f76edad.tar.xz discoin-fada0c90b655226ddf79cd49dadb0d193f76edad.zip | |
[travis] Fail when documentation is outdated
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 e2d43d633..1a389a404 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,5 +70,6 @@ script: - export LD_LIBRARY_PATH=$TRAVIS_BUILD_DIR/depends/$HOST/lib - if [ "$RUN_TESTS" = "true" ]; then make check; 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 |