Explorar o código

Install current version of Ansible when testing instead of 1.5.0.

Jeff Geerling %!s(int64=11) %!d(string=hai) anos
pai
achega
401f777b6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"