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 <ehabk...@redhat.com> --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.28.0