From cc6c6154e7c7e4c65455df16174545f11df91f38 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Fri, 25 Oct 2019 16:27:49 +0200 Subject: [PATCH] Add latest Ansible versions (2.8.6, 2.7.14, 2.6.20) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8fbac790..31b0dba2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,14 @@ python: "2.7" env: - ANSIBLE_VERSION=latest + - ANSIBLE_VERSION=2.8.6 - ANSIBLE_VERSION=2.8.5 - ANSIBLE_VERSION=2.8.4 - ANSIBLE_VERSION=2.8.3 - ANSIBLE_VERSION=2.8.2 - ANSIBLE_VERSION=2.8.1 - ANSIBLE_VERSION=2.8.0 + - ANSIBLE_VERSION=2.7.14 - ANSIBLE_VERSION=2.7.13 - ANSIBLE_VERSION=2.7.12 - ANSIBLE_VERSION=2.7.11 @@ -27,6 +29,7 @@ env: - ANSIBLE_VERSION=2.7.2 - ANSIBLE_VERSION=2.7.1 - ANSIBLE_VERSION=2.7.0 + - ANSIBLE_VERSION=2.6.20 - ANSIBLE_VERSION=2.6.19 - ANSIBLE_VERSION=2.6.18 - ANSIBLE_VERSION=2.6.17