Skip to content

Commit

Permalink
issue #477: enable Ansible 2.3.3 CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dw committed Jan 27, 2019
1 parent e133b8d commit 59e5276
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -31,8 +31,8 @@ matrix:
- python: "2.7"
env: MODE=mitogen DISTRO=debian
# 2.7 -> 2.6
- python: "2.7"
env: MODE=mitogen DISTRO=centos6
#- python: "2.7"
#env: MODE=mitogen DISTRO=centos6
# 2.6 -> 2.7
- python: "2.6"
env: MODE=mitogen DISTRO=centos7
Expand All @@ -53,6 +53,10 @@ matrix:

# ansible_mitogen tests.

# 2.3 -> {centos5}
- python: "2.6"
env: MODE=ansible VER=2.3.3.0 DISTRO=centos5

# 2.6 -> {debian, centos6, centos7}
- python: "2.6"
env: MODE=ansible VER=2.4.6.0
Expand Down

0 comments on commit 59e5276

Please sign in to comment.