mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-11-08 12:53:30 +01:00
PR #43: Add CentOS 8 test in Travis CI.
This commit is contained in:
parent
9794a9dfc9
commit
d45865e4ab
1 changed files with 2 additions and 1 deletions
|
@ -6,10 +6,11 @@ env:
|
|||
global:
|
||||
- ROLE_NAME: nfs
|
||||
matrix:
|
||||
- MOLECULE_DISTRO: centos8
|
||||
- MOLECULE_DISTRO: centos7
|
||||
- MOLECULE_DISTRO: centos6
|
||||
- MOLECULE_DISTRO: ubuntu2004
|
||||
- MOLECULE_DISTRO: ubuntu1804
|
||||
- MOLECULE_DISTRO: ubuntu1604
|
||||
|
||||
install:
|
||||
# Install test dependencies.
|
||||
|
|
Loading…
Reference in a new issue