From a9497f0c7f16b4779497ab81ad1f01e18ea7c407 Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Wed, 23 Jan 2019 15:44:26 +0100 Subject: [PATCH] Add missing ansible versions in travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index bf92a4f..3fa860d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,11 @@ env: - PLATFORM='docker-debian-jessie-dotdeb' ANSIBLE_VERSION='ansible>=2.6,<2.7' - PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.6,<2.7' - PLATFORM='docker-debian-stretch-sury' ANSIBLE_VERSION='ansible>=2.6,<2.7' + - PLATFORM='docker-debian-jessie' ANSIBLE_VERSION='ansible>=2.7,<2.8' + - PLATFORM='docker-debian-jessie-backports' ANSIBLE_VERSION='ansible>=2.7,<2.8' + - PLATFORM='docker-debian-jessie-dotdeb' ANSIBLE_VERSION='ansible>=2.7,<2.8' + - PLATFORM='docker-debian-stretch' ANSIBLE_VERSION='ansible>=2.7,<2.8' + - PLATFORM='docker-debian-stretch-sury' ANSIBLE_VERSION='ansible>=2.7,<2.8' matrix: