Skip to content

Commit

Permalink
Update CI to include ansible 2.9
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Crosby <[email protected]>
  • Loading branch information
awcrosby authored and webknjaz committed Nov 26, 2019
1 parent 6d419a5 commit 7fba888
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@ jobs:
env:
TOXENV: docs

- python: "3.8"
env:
ANSIBLE_VERSION: "29"

- python: "3.7"
<<: *if-cron-or-manual-run-or-tagged
env:
ANSIBLE_VERSION: "29"

- python: "3.6"
<<: *if-cron-or-manual-run-or-tagged
env:
ANSIBLE_VERSION: "29"

- python: "3.5"
<<: *if-cron-or-manual-run-or-tagged
env:
ANSIBLE_VERSION: "29"

- python: "2.7"
env:
ANSIBLE_VERSION: "29"

- python: "3.8"
env:
ANSIBLE_VERSION: "28"
Expand Down

0 comments on commit 7fba888

Please sign in to comment.