.travis.yml: build documents under bionic

It looks like the xenial tooling doesn't like something in our setup.
We should probably be moving to bionic for everything soon
anyway (libssh aside).

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200203090932.19147-10-alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2020-02-03 09:09:24 +00:00
parent 097aebd8b6
commit 204b30e2e2
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ matrix:
# Check we can build docs and tools (out of tree)
- name: "tools and docs"
- name: "tools and docs (bionic)"
dist: bionic
env:
- BUILD_DIR="out-of-tree/build/dir" SRC_DIR="../../.."
- BASE_CONFIG="--enable-tools --enable-docs"