diff mbox series

[2/2] travis: Remove docs from "tools and docs" job

Message ID 20201019143109.1034864-2-ehabkost@redhat.com
State New
Headers show
Series [1/2] travis: Check if docs can be built with multiple Sphinx versions | expand

Commit Message

Eduardo Habkost Oct. 19, 2020, 2:31 p.m. UTC
We have other jobs that will test documentation builds, so we
don't need to build docs in that job.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 .travis.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index f5208301d6..626b61b077 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -166,18 +166,17 @@  jobs:
         - TEST_CMD="make check-unit -j${JOBS} V=1"
 
 
-    # Check we can build docs and tools (out of tree)
-    - name: "tools and docs (bionic)"
+    # Check we can build tools (out of tree)
+    - name: "tools (bionic)"
       dist: bionic
       env:
         - BUILD_DIR="out-of-tree/build/dir" SRC_DIR="../../.."
-        - BASE_CONFIG="--enable-tools --enable-docs"
+        - BASE_CONFIG="--enable-tools --disable-docs"
         - CONFIG="--target-list=x86_64-softmmu,aarch64-linux-user"
         - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-default"
       addons:
         apt:
           packages:
-            - python3-sphinx
             - perl