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-19 15:27:49 -0500
commitfffd334eb240ba830b9ee8d62b4c4c22c43a5d21 (patch)
treec50915ab29651649493eb629e5c52f154f8d9492
parent32a787f28b5898336ec785f11c434f088728187a (diff)
downloadansible-rabbitmq-fffd334eb240ba830b9ee8d62b4c4c22c43a5d21.tar.gz
ansible-rabbitmq-fffd334eb240ba830b9ee8d62b4c4c22c43a5d21.tar.zst
ansible-rabbitmq-fffd334eb240ba830b9ee8d62b4c4c22c43a5d21.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