summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml13
1 files changed, 3 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 96cd9fd394..9cb227230f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,17 +36,10 @@ matrix:
env:
- TESTING=docs
before_script:
- - |
- if git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '^Doc/'
- then
- echo "Docs weren't updated, stopping build process."
- exit
- fi
- cd Doc
- make venv PYTHON=python3
+ - cd Doc
+ - make venv PYTHON=python3
script:
- - make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
- - make check
+ - make check suspicious html PYTHON="./venv/bin/python" SPHINXBUILD="./venv/bin/python -m sphinx" SPHINXOPTS="-q"
- os: linux
language: c
compiler: clang