We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a952728 commit cd24713Copy full SHA for cd24713
.travis.yml
@@ -9,6 +9,7 @@ env:
9
- ANSIBLE_VERSION="stable-2.12"
10
- ANSIBLE_VERSION="stable-2.13"
11
- ANSIBLE_VERSION="stable-2.14"
12
+ - ANSIBLE_VERSION="stable-2.15"
13
- ANSIBLE_VERSION="devel"
14
matrix:
15
exclude:
@@ -19,11 +20,15 @@ matrix:
19
20
env: ANSIBLE_VERSION="stable-2.13"
21
- python: "2.7"
22
env: ANSIBLE_VERSION="stable-2.14"
23
+ - python: "2.7"
24
+ env: ANSIBLE_VERSION="stable-2.15"
25
26
env: ANSIBLE_VERSION="devel"
27
# Python 3.8 max ansible version is 2.13
28
- python: "3.8"
29
30
+ - python: "3.8"
31
32
33
34
# Ansible 2.11 max python version support is 3.9
0 commit comments