Add a Fedora 27 job

This commit is contained in:
Jean-Paul Calderone 2018-06-14 10:09:42 -04:00
parent d728c245f3
commit dc1f6d3fec
1 changed files with 9 additions and 1 deletions

View File

@ -9,6 +9,7 @@ workflows:
- "debian-8"
- "debian-9"
- "centos-7"
- "fedora-27"
jobs:
lint:
@ -90,7 +91,7 @@ jobs:
<<: *DEBIAN
centos-7:
centos-7: &RHEL_DERIV
docker:
- image: "centos:7"
@ -143,3 +144,10 @@ jobs:
- run:
name: "Run test suite"
command: *RUN_TESTS
fedora-27:
docker:
- image: "fedora:27"
<<: *RHEL_DERIV