Travis changes

- drop allow failure for stretch and ansible 2.3
- manages ansible 2.4
pull/35/head
Emilien Mantel 2017-09-26 09:44:52 +02:00
parent b72263f7e5
commit 090875cbde
1 changed files with 5 additions and 5 deletions

View File

@ -8,11 +8,11 @@ env:
- PLATFORM='docker-debian-jessie-dotdeb' ANSIBLE_VERSION='ansible>=2.3,<2.4'
- PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.3,<2.4'
- PLATFORM='docker-debian-stretch-noht' ANSIBLE_VERSION='ansible>=2.3,<2.4'
matrix:
allow_failures:
- env: PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.3,<2.4'
fast_finish: true
- PLATFORM='docker-debian-jessie' ANSIBLE_VERSION='ansible>=2.4,<2.5'
- PLATFORM='docker-debian-jessie-backports' ANSIBLE_VERSION='ansible>=2.4,<2.5'
- PLATFORM='docker-debian-jessie-dotdeb' ANSIBLE_VERSION='ansible>=2.4,<2.5'
- PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.4,<2.5'
- PLATFORM='docker-debian-stretch-noht' ANSIBLE_VERSION='ansible>=2.4,<2.5'
sudo: required