From 31096de5e59e2f7000c75a2a3021c24465374f1b Mon Sep 17 00:00:00 2001 From: patrick96 Date: Sat, 3 Oct 2020 15:19:23 +0200 Subject: [PATCH] travis: Update to focal Bionic still has and old sphinx version which breaks our doc build --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 13596974..5c4fd79c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ sudo: required -dist: bionic +dist: focal language: cpp env: @@ -21,7 +21,7 @@ addons: - libxcb-image0-dev - libxcb-randr0-dev - libxcb-util0-dev - - python-xcbgen + - python3-xcbgen - xcb-proto - &optional_deps - libxcb-xkb-dev