Skip to content

Commit cd24713

Browse files
committed
test against ansible 2.15
Signed-off-by: Andrew Twydell <[email protected]>
1 parent a952728 commit cd24713

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99
- ANSIBLE_VERSION="stable-2.12"
1010
- ANSIBLE_VERSION="stable-2.13"
1111
- ANSIBLE_VERSION="stable-2.14"
12+
- ANSIBLE_VERSION="stable-2.15"
1213
- ANSIBLE_VERSION="devel"
1314
matrix:
1415
exclude:
@@ -19,11 +20,15 @@ matrix:
1920
env: ANSIBLE_VERSION="stable-2.13"
2021
- python: "2.7"
2122
env: ANSIBLE_VERSION="stable-2.14"
23+
- python: "2.7"
24+
env: ANSIBLE_VERSION="stable-2.15"
2225
- python: "2.7"
2326
env: ANSIBLE_VERSION="devel"
2427
# Python 3.8 max ansible version is 2.13
2528
- python: "3.8"
2629
env: ANSIBLE_VERSION="stable-2.14"
30+
- python: "3.8"
31+
env: ANSIBLE_VERSION="stable-2.15"
2732
- python: "3.8"
2833
env: ANSIBLE_VERSION="devel"
2934
# Ansible 2.11 max python version support is 3.9

0 commit comments

Comments
 (0)