From: Larry Smith Jr Date: Wed, 19 Dec 2018 20:27:49 +0000 (-0500) Subject: Disabled Ubuntu 14.04 and Debian Jessie X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=fffd334eb240ba830b9ee8d62b4c4c22c43a5d21;p=github%2Ffretlink%2Fansible-rabbitmq.git Disabled Ubuntu 14.04 and Debian Jessie --- diff --git a/.travis.yml b/.travis.yml index ef52f88..a003124 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,15 +36,15 @@ env: - distribution: ubuntu init: /lib/systemd/systemd version: xenial - - distribution: ubuntu - init: /sbin/init - version: trusty + # - distribution: ubuntu + # init: /sbin/init + # version: trusty - distribution: debian init: /lib/systemd/systemd version: stretch - - distribution: debian - init: /lib/systemd/systemd - version: jessie + # - distribution: debian + # init: /lib/systemd/systemd + # version: jessie before_install: - "sudo pip install yamllint" diff --git a/meta/main.yml b/meta/main.yml index 84d03bf..8755c64 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -10,19 +10,22 @@ galaxy_info: - 7 - name: Fedora versions: - - 22 - - 23 + # - 22 + # - 23 + - 24 + - 25 + - 26 + - 27 + - 28 + - 29 - name: Ubuntu versions: - - trusty - #- name: Debian - # versions: - # - all - # - etch - # - jessie - # - lenny - # - squeeze - # - wheezy + - bionic + # - trusty + - xenial + - name: Debian + versions: + - stretch galaxy_tags: - clustering - system