From 98ff2a66c1766935a00fcbd6bae2d5eb3be13027 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sat, 6 Feb 2021 19:22:31 +0300 Subject: [PATCH] build/CI/packaging: re-enable Ubuntu Groovy Re-enable Ubuntu Groovy as packagecloud support has been added. This reverts commit a4a5374ed1481df7826c130a3cd9ae3680088ca5. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9985e1d6..64883587 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,8 +42,7 @@ env: - OS=ubuntu DIST=xenial - OS=ubuntu DIST=bionic - OS=ubuntu DIST=focal -# Currently unsupported by packagecloud -# - OS=ubuntu DIST=groovy + - OS=ubuntu DIST=groovy - OS=debian DIST=stretch - OS=debian DIST=buster - OS=debian DIST=sid