diff --git a/.travis.yml b/.travis.yml index 2c0ace7..361c246 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,7 @@ python: '2.7' # Spin off separate builds for each of the following versions of Ansible env: - ANSIBLE_VERSION=2.0.2 - # Temporarily pin to 2.2.1 due to https://github.com/ansible/ansible/issues/23016 - - ANSIBLE_VERSION=2.2.1.0 + - ANSIBLE_VERSION=2.3.0 # Require the standard build environment sudo: required