Skip to content
Snippets Groups Projects
Commit 64f8462a authored by nimrod's avatar nimrod
Browse files

- Added Debian Stretch as a test platform.

parent fa965bc9
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,7 @@ env: ...@@ -10,6 +10,7 @@ env:
- platform: xenial - platform: xenial
- platform: trusty - platform: trusty
- platform: precise - platform: precise
- &stretch platform=stretch
- platform: jessie - platform: jessie
- platform: wheezy - platform: wheezy
matrix: matrix:
...@@ -17,6 +18,7 @@ matrix: ...@@ -17,6 +18,7 @@ matrix:
allow_failures: allow_failures:
- python: "3.5" - python: "3.5"
- env: *openbsd59 - env: *openbsd59
- env: *stretch
cache: cache:
- pip - pip
- directories: - directories:
......
...@@ -26,6 +26,8 @@ vagrant: ...@@ -26,6 +26,8 @@ vagrant:
box: ubuntu/trusty32 box: ubuntu/trusty32
- name: precise - name: precise
box: hashicorp/precise32 box: hashicorp/precise32
- name: stretch
box: remram/debian-9-i386
- name: jessie - name: jessie
box: deb/jessie-i386 box: deb/jessie-i386
- name: wheezy - name: wheezy
......
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
assert: assert:
that: that:
- ansible_os_family in ['OpenBSD', 'Debian'] - ansible_os_family in ['OpenBSD', 'Debian']
- ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'precise', 'jessie', 'wheezy'] - ansible_distribution_release in ['6.0', '5.9', 'xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment