We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e7fe4 commit ab9a80cCopy full SHA for ab9a80c
.travis.yml
@@ -47,7 +47,7 @@ matrix:
47
# 2.4.6.0; 2.7 -> 2.7
48
- python: "2.7"
49
env: MODE=debops_common VER=2.4.6.0
50
- # 2.5.7; 3.6 -> 2.7
+ # 2.8.0; 3.6 -> 2.7
51
- python: "3.6"
52
env: MODE=debops_common VER=2.8.0
53
@@ -60,7 +60,8 @@ matrix:
60
# 2.6 -> {debian, centos6, centos7}
61
- python: "2.6"
62
env: MODE=ansible VER=2.4.6.0
63
- - python: "2.6"
+ # 2.7 -> {debian, centos6, centos7}
64
+ - python: "2.7"
65
env: MODE=ansible VER=2.8.0
66
67
# 3.6 -> {debian, centos6, centos7}
0 commit comments