Use the existing audio group to assign for the rvm1_group

This commit is contained in:
Nick Janetakis
2014-07-01 16:59:36 -04:00
parent 26f60512d0
commit c699d41069
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ env:
- SITE_AND_INVENTORY='tests/test.yml -i tests/inventory' - SITE_AND_INVENTORY='tests/test.yml -i tests/inventory'
before_install: before_install:
- '__rvm_unload ; rm -rf ~/.rvm' - '__rvm_unload ; rm -rf ~/.rvm'WW
install: install:
- 'pip install ansible==1.6.2' - 'pip install ansible==1.6.2'
@@ -35,9 +35,10 @@ script:
| grep -q 'ruby-2.1.0' | grep -q 'ruby-2.1.0'
&& (echo 'Multiple rubies test: pass' && exit 0) && (echo 'Multiple rubies test: pass' && exit 0)
|| (echo 'Multiple rubies test: fail' && exit 1) || (echo 'Multiple rubies test: fail' && exit 1)
- > - >
ls ~/.rvm ls ~/.rvm
| grep -q 'travis travis' | grep -q 'travis audio'
&& (echo 'Ownership test: pass' && exit 0) && (echo 'Ownership test: pass' && exit 0)
|| (echo 'Ownership test: fail' && exit 1) || (echo 'Ownership test: fail' && exit 1)
- > - >

View File

@@ -8,7 +8,7 @@
- 'ruby-2.1.0' - 'ruby-2.1.0'
- 'ruby-2.1.2' - 'ruby-2.1.2'
rvm1_user: 'travis' rvm1_user: 'travis'
rvm1_group: 'travis' rvm1_group: 'audio'
rvm1_temp_download_path: '/tmp' rvm1_temp_download_path: '/tmp'
rvm1_install_path: '~/.rvm' rvm1_install_path: '~/.rvm'