From 644d7434e7a7421f5d52343df6144f7947816902 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Tue, 8 Dec 2020 18:55:36 +0100 Subject: Disable testing on CentOS 6 in Cirrus CI as well. --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index d4bac4a..9e0ce48 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,6 @@ test_task: image: registry.fedoraproject.org/fedora:rawhide image: registry.fedoraproject.org/fedora:latest image: centos:centos7 - image: centos:centos6 build_script: tests/build.sh config_script: tests/config.sh run_httpd_background_script: /usr/sbin/httpd -DFOREGROUND -- cgit