Add travis-ci
This commit is contained in:
1
tests/inventory
Normal file
1
tests/inventory
Normal file
@@ -0,0 +1 @@
|
||||
localhost
|
||||
10
tests/test_home.yml
Normal file
10
tests/test_home.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: travis
|
||||
sudo: true
|
||||
vars:
|
||||
ruby_temp_download_path: /home/travis/tmp
|
||||
ruby_rvm_install_path: /home/travis/.rmv
|
||||
|
||||
roles:
|
||||
- ansible-ruby
|
||||
7
tests/test_system.yml
Normal file
7
tests/test_system.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
remote_user: travis
|
||||
sudo: true
|
||||
|
||||
roles:
|
||||
- ansible-ruby
|
||||
Reference in New Issue
Block a user