Add more tests

This commit is contained in:
Nick Janetakis
2014-07-01 16:29:48 -04:00
parent 8a6e337886
commit aea1b5a4fc
2 changed files with 33 additions and 4 deletions

View File

@@ -1,7 +1,16 @@
---
- hosts: localhost
remote_user: travis
sudo: true
sudo: false
vars:
rvm1_rubies:
- 'ruby-2.1.0'
- 'ruby-2.1.2'
rvm1_user: 'travis'
rvm1_group: 'foo'
rvm1_temp_download_path: '/tmp'
rvm1_install_path: '~/.rvm'
roles:
- ansible-ruby