diff --git a/.travis.yml b/.travis.yml index 0cc5a7b..628ac7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,16 @@ matrix: env: ANSIBLE_VERSION=2.4.6 THREESCALE_ENV=saas-apicast-selfmanaged - python: '2.7' env: ANSIBLE_VERSION=2.4.6 THREESCALE_ENV=onpremise-2.3 + - python: '2.7' + env: ANSIBLE_VERSION=2.4.6 THREESCALE_ENV=onpremise-2.4 - python: '3.6' env: ANSIBLE_VERSION=2.7.5 THREESCALE_ENV=saas - python: '3.6' env: ANSIBLE_VERSION=2.7.5 THREESCALE_ENV=saas-apicast-selfmanaged - python: '3.6' env: ANSIBLE_VERSION=2.7.5 THREESCALE_ENV=onpremise-2.3 + - python: '3.6' + env: ANSIBLE_VERSION=2.7.5 THREESCALE_ENV=onpremise-2.4 install: - pip install ansible==$ANSIBLE_VERSION - pip install jmespath diff --git a/tests/3scale-inventory.yaml.enc b/tests/3scale-inventory.yaml.enc index 390d2e5..99be099 100644 Binary files a/tests/3scale-inventory.yaml.enc and b/tests/3scale-inventory.yaml.enc differ