stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=752725ea18237075121fe9f7600d522eb610e335
commit 752725ea18237075121fe9f7600d522eb610e335 Author: Stefan Schmidt <[email protected]> Date: Thu Jun 13 15:08:04 2019 +0200 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 --
