diff options
author | Larry Smith Jr <mrlesmithjr@gmail.com> | 2018-12-19 15:27:49 -0500 |
---|---|---|
committer | Larry Smith Jr <mrlesmithjr@gmail.com> | 2018-12-20 00:56:13 -0500 |
commit | 6e7530adab1264afd441ede97cd13ec3852dec91 (patch) | |
tree | 8790569647d0ccd450ef91e2583e2ff57595799b /.travis.yml | |
parent | 9a3948928d6ef562857fa4f55dde339ab501606e (diff) | |
download | ansible-rabbitmq-6e7530adab1264afd441ede97cd13ec3852dec91.tar.gz ansible-rabbitmq-6e7530adab1264afd441ede97cd13ec3852dec91.tar.zst ansible-rabbitmq-6e7530adab1264afd441ede97cd13ec3852dec91.zip |
Disabled Ubuntu 14.04 and Debian Jessie
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 6 insertions, 6 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 | ||
49 | before_install: | 49 | before_install: |
50 | - "sudo pip install yamllint" | 50 | - "sudo pip install yamllint" |