Upgrade to Ansible 1.7.1

This commit is contained in:
Nick Janetakis
2014-09-20 12:17:42 -04:00
parent ea043de365
commit bba24dc849

View File

@@ -10,7 +10,7 @@ before_install:
- 'sudo usermod -G audio travis' - 'sudo usermod -G audio travis'
install: install:
- 'pip install ansible==1.6.2' - 'pip install ansible==1.7.1'
- 'printf "[defaults]\nroles_path = ../" > ansible.cfg' - 'printf "[defaults]\nroles_path = ../" > ansible.cfg'
script: script:
@@ -50,4 +50,4 @@ script:
ls ~/.rvm/rubies/ | wc -l ls ~/.rvm/rubies/ | wc -l
| grep -q '2' | grep -q '2'
&& (echo 'Really deleted ruby test: pass' && exit 0) && (echo 'Really deleted ruby test: pass' && exit 0)
|| (echo 'Really deleted ruby test: fail' && exit 1) || (echo 'Really deleted ruby test: fail' && exit 1)