summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Geerling <geerlingguy@mac.com>2014-08-03 21:48:12 -0500
committerJeff Geerling <geerlingguy@mac.com>2014-08-03 21:48:12 -0500
commitc2d39683b3bfc49736724752a68631527c6661c6 (patch)
tree8e0553ec21b7ffe73aba0eda8c0f4d11a5281a9e
parent05d4d2efcf848388d1f113d2192dfd8c61f39f34 (diff)
downloadntp-c2d39683b3bfc49736724752a68631527c6661c6.tar.gz
ntp-c2d39683b3bfc49736724752a68631527c6661c6.tar.bz2
ntp-c2d39683b3bfc49736724752a68631527c6661c6.tar.xz
ntp-c2d39683b3bfc49736724752a68631527c6661c6.zip
Install current version of Ansible when testing instead of 1.5.0.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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"