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