From 387ec79cebad1be4fe8670200032afea3ae20402 Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Wed, 8 Nov 2017 11:38:49 +0000 Subject: [PATCH 1/2] Enable centos-7, fedora-25, remove fedora-24 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ddd055790..7a9955335 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,8 +25,9 @@ matrix: - env: DOCKER="ubuntu-precise-amd64" - env: DOCKER="debian-stretch-x86" - env: DOCKER="centos-6-amd64" + - env: DOCKER="centos-7-amd64" - env: DOCKER="amazon-amd64" - - env: DOCKER="fedora-24-amd64" + - env: DOCKER="fedora-25-amd64" - env: DOCKER="fedora-26-amd64" dist: trusty From ecb7a215f92ef0aec0b460b0b577ddd3a45168cb Mon Sep 17 00:00:00 2001 From: Eric Soroos Date: Mon, 13 Nov 2017 13:07:41 +0000 Subject: [PATCH 2/2] Installation doc updates for Fedora/Centos CI --- docs/installation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 77f32d25b..78907b237 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -370,9 +370,11 @@ These platforms are built and tested for every change. +----------------------------------+-------------------------------+-----------------------+ | Centos 6 | 2.7 |x86-64 | +----------------------------------+-------------------------------+-----------------------+ +| Centos 7 | 2.7 |x86-64 | ++----------------------------------+-------------------------------+-----------------------+ | Debian Stretch | 2.7 |x86 | +----------------------------------+-------------------------------+-----------------------+ -| Fedora 24 | 2.7 |x86-64 | +| Fedora 25 | 2.7 |x86-64 | +----------------------------------+-------------------------------+-----------------------+ | Fedora 26 | 2.7 |x86-64 | +----------------------------------+-------------------------------+-----------------------+