From ea88e03ed836f35f8092a78db1b9454180d1cd05 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Mon, 11 May 2020 23:06:32 +0100 Subject: [PATCH] CI: change to 'focal' --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc924a90c..4a6c2c68b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ branches: matrix: include: - os: linux - dist: xenial + dist: focal name: "X11 shared library" addons: apt: @@ -21,7 +21,7 @@ matrix: - BUILD_SHARED_LIBS=ON - CFLAGS=-Werror - os: linux - dist: xenial + dist: focal name: "X11 static library" addons: apt: @@ -34,7 +34,7 @@ matrix: - BUILD_SHARED_LIBS=OFF - CFLAGS=-Werror - os: linux - dist: xenial + dist: focal name: "Wayland shared library" addons: apt: @@ -50,7 +50,7 @@ matrix: - BUILD_SHARED_LIBS=ON - CFLAGS=-Werror - os: linux - dist: xenial + dist: focal name: "Wayland static library" addons: apt: @@ -66,7 +66,7 @@ matrix: - BUILD_SHARED_LIBS=OFF - CFLAGS=-Werror - os: linux - dist: bionic + dist: focal name: "Null shared library" addons: apt: @@ -77,7 +77,7 @@ matrix: - USE_OSMESA=ON - CFLAGS=-Werror - os: linux - dist: bionic + dist: focal name: "Null static library" addons: apt: