Skip to content

Commit 1fc947b

Browse files
committed
Travis: add Ansible 2.4 + 2.5
1 parent 66a3b53 commit 1fc947b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ env:
22
- PLATFORM='docker-debian-wheezy' ANSIBLE_VERSION='ansible>=2.3,<2.4'
33
- PLATFORM='docker-debian-jessie' ANSIBLE_VERSION='ansible>=2.3,<2.4'
44
- PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.3,<2.4'
5+
- PLATFORM='docker-debian-wheezy' ANSIBLE_VERSION='ansible>=2.4,<2.5'
6+
- PLATFORM='docker-debian-jessie' ANSIBLE_VERSION='ansible>=2.4,<2.5'
7+
- PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.4,<2.5'
8+
- PLATFORM='docker-debian-wheezy' ANSIBLE_VERSION='ansible>=2.5b,<2.6'
9+
- PLATFORM='docker-debian-jessie' ANSIBLE_VERSION='ansible>=2.5b,<2.6'
10+
- PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.5b,<2.6'
11+
12+
matrix:
13+
allow_failures:
14+
- env: PLATFORM='docker-debian-wheezy' ANSIBLE_VERSION='ansible>=2.5b,<2.6'
15+
- env: PLATFORM='docker-debian-jessie' ANSIBLE_VERSION='ansible>=2.5b,<2.6'
16+
- env: PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.5b,<2.6'
517

618
sudo: required
719

0 commit comments

Comments
 (0)