From 2a31be20712ac3b82caae6014f3a58807a4f53f1 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Wed, 2 Dec 2020 20:06:49 +0100 Subject: CentOS 6 was EOL on 2020-11-30. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb9940b..635bbd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,8 +18,6 @@ matrix: env: centos=8 - stage: build-and-test env: centos=centos7 - - stage: build-and-test - env: centos=centos6 before_script: - if test -n "$fedora" ; then sed -i "s#^FROM.*#FROM registry.fedoraproject.org/fedora:$fedora#" tests/Dockerfile ; fi -- cgit