Browse Source

Install current version of Ansible when testing instead of 1.5.0.

Jeff Geerling 9 years ago
parent
commit
401f777b6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.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"