From c2d39683b3bfc49736724752a68631527c6661c6 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 3 Aug 2014 21:48:12 -0500 Subject: Install current version of Ansible when testing instead of 1.5.0. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3eee176..662e669 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_install: install: # Install Ansible. - - pip install ansible==1.5.0 + - pip install ansible # Add ansible.cfg to pick up roles path. - "printf '[defaults]\nroles_path = ../' > ansible.cfg" -- cgit v1.2.1