diff mbox series

travis: Remove obsolete CentOS 6

Message ID 20201126101344.550472-1-yangx.jy@cn.fujitsu.com
State Accepted
Headers show
Series travis: Remove obsolete CentOS 6 | expand

Commit Message

Xiao Yang Nov. 26, 2020, 10:13 a.m. UTC
We are planning to remove the support of old distros(e.g. CentOS 6).

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
---
 .travis.yml | 4 ----
 1 file changed, 4 deletions(-)

Comments

Petr Vorel Nov. 26, 2020, 10:51 a.m. UTC | #1
Hi,

> We are planning to remove the support of old distros(e.g. CentOS 6).

Acked-by: Petr Vorel <pvorel@suse.cz>

Kind regards,
Petr
Jan Stancek Nov. 26, 2020, 12:11 p.m. UTC | #2
----- Original Message -----
> We are planning to remove the support of old distros(e.g. CentOS 6).
> 
> Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>

Acked-by: Jan Stancek <jstancek@redhat.com>
Xiao Yang Nov. 26, 2020, 12:30 p.m. UTC | #3
Hi all,

Pushed. :-)

Best Regards,
Xiao Yang
On 2020/11/26 20:11, Jan Stancek wrote:
>
> ----- Original Message -----
>> We are planning to remove the support of old distros(e.g. CentOS 6).
>>
>> Signed-off-by: Xiao Yang<yangx.jy@cn.fujitsu.com>
> Acked-by: Jan Stancek<jstancek@redhat.com>
>
>
>
> .
>
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 281ec9e96..3c5ff99b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,10 +43,6 @@  matrix:
           env: DISTRO=fedora:latest MAKE_INSTALL=1
           compiler: clang
 
-        - os: linux
-          env: DISTRO=centos:6 TREE=out
-          compiler: gcc
-
         - os: linux
           env: DISTRO=centos:7 TREE=out
           compiler: gcc