Add travis-ci

This commit is contained in:
Nick Janetakis
2014-06-23 12:44:01 -04:00
parent b7c771a1ce
commit c4fd0c17b8
5 changed files with 62 additions and 1 deletions

1
tests/inventory Normal file
View File

@@ -0,0 +1 @@
localhost

10
tests/test_home.yml Normal file
View 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
View File

@@ -0,0 +1,7 @@
---
- hosts: localhost
remote_user: travis
sudo: true
roles:
- ansible-ruby