From ee44d98f1353bc7412b2cd3fe2d037fdb512a37f Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 27 Jan 2019 04:44:24 +0000 Subject: [PATCH] issue #477: travis.yml typo. We don't care if 2.3 can talk to newer systems, just CentOS 5/Py2.4. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2932d5e4..aee14c00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ matrix: # 2.3 -> {centos5} - python: "2.6" - env: MODE=ansible VER=2.3.3.0 DISTRO=centos5 + env: MODE=ansible VER=2.3.3.0 DISTROS=centos5 # 2.6 -> {debian, centos6, centos7} - python: "2.6"