aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLarry Smith Jr <mrlesmithjr@gmail.com>2018-12-19 15:27:49 -0500
committerLarry Smith Jr <mrlesmithjr@gmail.com>2018-12-20 00:56:13 -0500
commit6e7530adab1264afd441ede97cd13ec3852dec91 (patch)
tree8790569647d0ccd450ef91e2583e2ff57595799b
parent9a3948928d6ef562857fa4f55dde339ab501606e (diff)
downloadansible-rabbitmq-6e7530adab1264afd441ede97cd13ec3852dec91.tar.gz
ansible-rabbitmq-6e7530adab1264afd441ede97cd13ec3852dec91.tar.zst
ansible-rabbitmq-6e7530adab1264afd441ede97cd13ec3852dec91.zip
Disabled Ubuntu 14.04 and Debian Jessie
-rw-r--r--.travis.yml12
-rw-r--r--meta/main.yml25
2 files changed, 20 insertions, 17 deletions
diff --git a/.travis.yml b/.travis.yml
index ef52f88..a003124 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,15 +36,15 @@ env:
36 - distribution: ubuntu 36 - distribution: ubuntu
37 init: /lib/systemd/systemd 37 init: /lib/systemd/systemd
38 version: xenial 38 version: xenial
39 - distribution: ubuntu 39 # - distribution: ubuntu
40 init: /sbin/init 40 # init: /sbin/init
41 version: trusty 41 # version: trusty
42 - distribution: debian 42 - distribution: debian
43 init: /lib/systemd/systemd 43 init: /lib/systemd/systemd
44 version: stretch 44 version: stretch
45 - distribution: debian 45 # - distribution: debian
46 init: /lib/systemd/systemd 46 # init: /lib/systemd/systemd
47 version: jessie 47 # version: jessie
48 48
49before_install: 49before_install:
50 - "sudo pip install yamllint" 50 - "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:
10 - 7 10 - 7
11 - name: Fedora 11 - name: Fedora
12 versions: 12 versions:
13 - 22 13 # - 22
14 - 23 14 # - 23
15 - 24
16 - 25
17 - 26
18 - 27
19 - 28
20 - 29
15 - name: Ubuntu 21 - name: Ubuntu
16 versions: 22 versions:
17 - trusty 23 - bionic
18 #- name: Debian 24 # - trusty
19 # versions: 25 - xenial
20 # - all 26 - name: Debian
21 # - etch 27 versions:
22 # - jessie 28 - stretch
23 # - lenny
24 # - squeeze
25 # - wheezy
26 galaxy_tags: 29 galaxy_tags:
27 - clustering 30 - clustering
28 - system 31 - system