瀏覽代碼

Install current version of Ansible when testing instead of 1.5.0.

Jeff Geerling 10 年之前
父節點
當前提交
401f777b6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"