Use the existing audio group to assign for the rvm1_group
This commit is contained in:
@@ -6,7 +6,7 @@ env:
|
||||
- SITE_AND_INVENTORY='tests/test.yml -i tests/inventory'
|
||||
|
||||
before_install:
|
||||
- '__rvm_unload ; rm -rf ~/.rvm'
|
||||
- '__rvm_unload ; rm -rf ~/.rvm'WW
|
||||
|
||||
install:
|
||||
- 'pip install ansible==1.6.2'
|
||||
@@ -35,9 +35,10 @@ script:
|
||||
| grep -q 'ruby-2.1.0'
|
||||
&& (echo 'Multiple rubies test: pass' && exit 0)
|
||||
|| (echo 'Multiple rubies test: fail' && exit 1)
|
||||
|
||||
- >
|
||||
ls ~/.rvm
|
||||
| grep -q 'travis travis'
|
||||
| grep -q 'travis audio'
|
||||
&& (echo 'Ownership test: pass' && exit 0)
|
||||
|| (echo 'Ownership test: fail' && exit 1)
|
||||
- >
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
- 'ruby-2.1.0'
|
||||
- 'ruby-2.1.2'
|
||||
rvm1_user: 'travis'
|
||||
rvm1_group: 'travis'
|
||||
rvm1_group: 'audio'
|
||||
rvm1_temp_download_path: '/tmp'
|
||||
rvm1_install_path: '~/.rvm'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user