From c2897ecb601b3d448c29344e94e14e97684a85a1 Mon Sep 17 00:00:00 2001 From: baldurk Date: Mon, 12 Dec 2016 10:52:02 +0000 Subject: [PATCH] Disable docs build until a fix is found --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a7c83f32..6fbc3294f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,4 +42,4 @@ script: - sh ./scripts/hash_version.sh - if [[ "$CODE_BUILD" == "1" ]]; then . /opt/qt56/bin/qt56-env.sh ; fi - if [[ "$CODE_BUILD" == "1" ]]; then mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make ; fi - - if [[ "$DOCS_BUILD" == "1" ]]; then cd docs/ && make html ; fi +# - if [[ "$DOCS_BUILD" == "1" ]]; then cd docs/ && make html ; fi