Merge pull request #2843 from wiredfool/docker-updates

Docker test environment updates, Fedora, Centos
This commit is contained in:
wiredfool 2017-11-13 13:23:05 +00:00 committed by GitHub
commit e9308b0c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 |
+----------------------------------+-------------------------------+-----------------------+