Skip to content

Commit

Permalink
Travis: add Ansible 2.4 + 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HanXHX committed Feb 27, 2018
1 parent 66a3b53 commit 1fc947b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ env:
- PLATFORM='docker-debian-wheezy' ANSIBLE_VERSION='ansible>=2.3,<2.4'
- PLATFORM='docker-debian-jessie' ANSIBLE_VERSION='ansible>=2.3,<2.4'
- PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.3,<2.4'
- PLATFORM='docker-debian-wheezy' ANSIBLE_VERSION='ansible>=2.4,<2.5'
- PLATFORM='docker-debian-jessie' ANSIBLE_VERSION='ansible>=2.4,<2.5'
- PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.4,<2.5'
- PLATFORM='docker-debian-wheezy' ANSIBLE_VERSION='ansible>=2.5b,<2.6'
- PLATFORM='docker-debian-jessie' ANSIBLE_VERSION='ansible>=2.5b,<2.6'
- PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.5b,<2.6'

matrix:
allow_failures:
- env: PLATFORM='docker-debian-wheezy' ANSIBLE_VERSION='ansible>=2.5b,<2.6'
- env: PLATFORM='docker-debian-jessie' ANSIBLE_VERSION='ansible>=2.5b,<2.6'
- env: PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.5b,<2.6'

sudo: required

Expand Down

0 comments on commit 1fc947b

Please sign in to comment.