Reenable all Travis Jobs.
This commit is contained in:
parent
b21d51be47
commit
3e73e6ae11
48
.travis.yml
48
.travis.yml
|
@ -29,52 +29,52 @@ matrix:
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: MODE=mitogen DISTRO=debian
|
env: MODE=mitogen DISTRO=debian
|
||||||
# 2.7 -> 2.6
|
# 2.7 -> 2.6
|
||||||
#- python: "2.7"
|
- python: "2.7"
|
||||||
#env: MODE=mitogen DISTRO=centos6
|
env: MODE=mitogen DISTRO=centos6
|
||||||
# 2.6 -> 2.7
|
# 2.6 -> 2.7
|
||||||
#- python: "2.6"
|
- python: "2.6"
|
||||||
#env: MODE=mitogen DISTRO=centos7
|
env: MODE=mitogen DISTRO=centos7
|
||||||
# 2.6 -> 2.6
|
# 2.6 -> 2.6
|
||||||
#- python: "2.6"
|
- python: "2.6"
|
||||||
#env: MODE=mitogen DISTRO=centos6
|
env: MODE=mitogen DISTRO=centos6
|
||||||
# 3.6 -> 2.7
|
# 3.6 -> 2.7
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
env: MODE=mitogen DISTRO=debian
|
env: MODE=mitogen DISTRO=debian
|
||||||
|
|
||||||
# Debops tests.
|
# Debops tests.
|
||||||
# 2.4.3.0; 2.7 -> 2.7
|
# 2.4.3.0; 2.7 -> 2.7
|
||||||
#- python: "2.7"
|
- python: "2.7"
|
||||||
#env: MODE=debops_common VER=2.4.3.0
|
env: MODE=debops_common VER=2.4.3.0
|
||||||
# 2.5.5; 2.7 -> 2.7
|
# 2.5.5; 2.7 -> 2.7
|
||||||
#- python: "2.7"
|
- python: "2.7"
|
||||||
#env: MODE=debops_common VER=2.5.5
|
env: MODE=debops_common VER=2.5.5
|
||||||
# 2.5.5; 3.6 -> 2.7
|
# 2.5.5; 3.6 -> 2.7
|
||||||
#- python: "3.6"
|
- python: "3.6"
|
||||||
#env: MODE=debops_common VER=2.5.5
|
env: MODE=debops_common VER=2.5.5
|
||||||
|
|
||||||
# ansible_mitogen tests.
|
# ansible_mitogen tests.
|
||||||
# 2.4.3.0; Debian; 2.7 -> 2.7
|
# 2.4.3.0; Debian; 2.7 -> 2.7
|
||||||
#- python: "2.7"
|
- python: "2.7"
|
||||||
#env: MODE=ansible VER=2.4.3.0 DISTRO=debian
|
env: MODE=ansible VER=2.4.3.0 DISTRO=debian
|
||||||
# 2.5.5; Debian; 2.7 -> 2.7
|
# 2.5.5; Debian; 2.7 -> 2.7
|
||||||
- python: "2.7"
|
- python: "2.7"
|
||||||
env: MODE=ansible VER=2.5.5 DISTRO=debian
|
env: MODE=ansible VER=2.5.5 DISTRO=debian
|
||||||
# 2.5.5; CentOS; 2.7 -> 2.7
|
# 2.5.5; CentOS; 2.7 -> 2.7
|
||||||
#- python: "2.7"
|
- python: "2.7"
|
||||||
#env: MODE=ansible VER=2.5.5 DISTRO=centos7
|
env: MODE=ansible VER=2.5.5 DISTRO=centos7
|
||||||
# 2.5.5; CentOS; 2.7 -> 2.6
|
# 2.5.5; CentOS; 2.7 -> 2.6
|
||||||
#- python: "2.7"
|
- python: "2.7"
|
||||||
#env: MODE=ansible VER=2.5.5 DISTRO=centos6
|
env: MODE=ansible VER=2.5.5 DISTRO=centos6
|
||||||
# 2.5.5; CentOS; 2.6 -> 2.7
|
# 2.5.5; CentOS; 2.6 -> 2.7
|
||||||
#- python: "2.6"
|
- python: "2.6"
|
||||||
#env: MODE=ansible VER=2.5.5 DISTRO=centos7
|
env: MODE=ansible VER=2.5.5 DISTRO=centos7
|
||||||
# 2.5.5; CentOS; 2.6 -> 2.6
|
# 2.5.5; CentOS; 2.6 -> 2.6
|
||||||
#- python: "2.6"
|
- python: "2.6"
|
||||||
#env: MODE=ansible VER=2.5.5 DISTRO=centos6
|
env: MODE=ansible VER=2.5.5 DISTRO=centos6
|
||||||
# 2.5.5; Debian; 3.6 -> 2.7
|
# 2.5.5; Debian; 3.6 -> 2.7
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
env: MODE=ansible VER=2.5.5 DISTRO=centos6
|
env: MODE=ansible VER=2.5.5 DISTRO=centos6
|
||||||
|
|
||||||
# Sanity check our tests against vanilla Ansible, they should pass.
|
# Sanity check our tests against vanilla Ansible, they should pass.
|
||||||
#- python: "2.7"
|
- python: "2.7"
|
||||||
#env: MODE=ansible VER=2.5.5 DISTRO=debian STRATEGY=linear
|
env: MODE=ansible VER=2.5.5 DISTRO=debian STRATEGY=linear
|
||||||
|
|
Loading…
Reference in New Issue