]> git.immae.eu Git - github/fretlink/ansible-rabbitmq.git/commitdiff
Disabled Ubuntu 14.04 and Debian Jessie
authorLarry Smith Jr <mrlesmithjr@gmail.com>
Wed, 19 Dec 2018 20:27:49 +0000 (15:27 -0500)
committerLarry Smith Jr <mrlesmithjr@gmail.com>
Thu, 20 Dec 2018 05:56:13 +0000 (00:56 -0500)
.travis.yml
meta/main.yml

index ef52f884a55ea2a35295e5e6b697d9fc11e13add..a0031243d52ed6b7dedc71edf485175d5c191bfd 100644 (file)
@@ -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"
index 84d03bf50cf5e58ec5e5a48f8748c85a2056a896..8755c6403639182ec2b0b2fa662c8395088e7e01 100644 (file)
@@ -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