mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-18 07:20:19 +01:00
Fixes #151: Don't test Ubuntu 12.04. Test Ubuntu 18.04 and Debian 9.
This commit is contained in:
parent
155a98cd63
commit
aeba12b45b
2 changed files with 3 additions and 4 deletions
|
@ -4,9 +4,10 @@ services: docker
|
||||||
env:
|
env:
|
||||||
- distro: centos7
|
- distro: centos7
|
||||||
- distro: centos6
|
- distro: centos6
|
||||||
|
- distro: ubuntu1804
|
||||||
- distro: ubuntu1604
|
- distro: ubuntu1604
|
||||||
- distro: ubuntu1404
|
- distro: ubuntu1404
|
||||||
- distro: ubuntu1204
|
- distro: debian9
|
||||||
- distro: debian8
|
- distro: debian8
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -19,11 +19,9 @@ galaxy_info:
|
||||||
- all
|
- all
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions:
|
||||||
- precise
|
|
||||||
- raring
|
|
||||||
- saucy
|
|
||||||
- trusty
|
- trusty
|
||||||
- xenial
|
- xenial
|
||||||
|
- bionic
|
||||||
- name: Suse
|
- name: Suse
|
||||||
versions:
|
versions:
|
||||||
- all
|
- all
|
||||||
|
|
Loading…
Reference in a new issue