Skip to content

Commit 558ebfa

Browse files
committed
ci: update to Ansible 2.8.3
1 parent 28b4d63 commit 558ebfa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,25 @@ matrix:
3636

3737
include:
3838
# Debops tests.
39-
# 2.8.0; 3.6 -> 2.7
39+
# 2.8.3; 3.6 -> 2.7
4040
- python: "3.6"
41-
env: MODE=debops_common VER=2.8.0
41+
env: MODE=debops_common VER=2.8.3
4242
# 2.4.6.0; 2.7 -> 2.7
4343
- python: "2.7"
4444
env: MODE=debops_common VER=2.4.6.0
4545

4646
# Sanity check against vanilla Ansible. One job suffices.
4747
- python: "2.7"
48-
env: MODE=ansible VER=2.8.0 DISTROS=debian STRATEGY=linear
48+
env: MODE=ansible VER=2.8.3 DISTROS=debian STRATEGY=linear
4949

5050
# ansible_mitogen tests.
5151

52-
# 2.8.0 -> {debian, centos6, centos7}
52+
# 2.8.3 -> {debian, centos6, centos7}
5353
- python: "3.6"
54-
env: MODE=ansible VER=2.8.0
55-
# 2.8.0 -> {debian, centos6, centos7}
54+
env: MODE=ansible VER=2.8.3
55+
# 2.8.3 -> {debian, centos6, centos7}
5656
- python: "2.7"
57-
env: MODE=ansible VER=2.8.0
57+
env: MODE=ansible VER=2.8.3
5858

5959
# 2.4.6.0 -> {debian, centos6, centos7}
6060
- python: "3.6"

0 commit comments

Comments
 (0)