From 752725ea18237075121fe9f7600d522eb610e335 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 13 Jun 2019 15:08:04 +0200 Subject: [PATCH] ci: travis: update Debian to 10.3 and Ubuntu to 20.04 Now that the ecore_con tes suite failure are fixed with a renewed ssl certificate we can update these two distros as well. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7259a884e7..c22a85b7eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,13 +62,13 @@ jobs: env: DISTRO=Fedora32 CI_BUILD_TYPE=release-ready - os: linux if: type = cron - env: DISTRO=Ubuntu1804 + env: DISTRO=Ubuntu2004 - os: linux if: type = cron env: DISTRO=Ubuntu1910 - os: linux if: type = cron - env: DISTRO=Debian96 + env: DISTRO=Debian103 - os: linux if: type = cron env: DISTRO=Fedora31 CI_BUILD_TYPE=coverity