mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-03 00:30:18 +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:
|
||||
- distro: centos7
|
||||
- distro: centos6
|
||||
- distro: ubuntu1804
|
||||
- distro: ubuntu1604
|
||||
- distro: ubuntu1404
|
||||
- distro: ubuntu1204
|
||||
- distro: debian9
|
||||
- distro: debian8
|
||||
|
||||
script:
|
||||
|
|
|
@ -19,11 +19,9 @@ galaxy_info:
|
|||
- all
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- precise
|
||||
- raring
|
||||
- saucy
|
||||
- trusty
|
||||
- xenial
|
||||
- bionic
|
||||
- name: Suse
|
||||
versions:
|
||||
- all
|
||||
|
|
Loading…
Reference in a new issue