Update the ownership test
This commit is contained in:
@@ -37,7 +37,7 @@ script:
|
||||
|| (echo 'Multiple rubies test: fail' && exit 1)
|
||||
- >
|
||||
ls ~/.rvm
|
||||
| grep -q 'travis foo'
|
||||
| grep -q 'travis travis'
|
||||
&& (echo 'Ownership test: pass' && exit 0)
|
||||
|| (echo 'Ownership test: fail' && exit 1)
|
||||
- >
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
- 'ruby-2.1.0'
|
||||
- 'ruby-2.1.2'
|
||||
rvm1_user: 'travis'
|
||||
rvm1_group: 'travis'
|
||||
rvm1_temp_download_path: '/tmp'
|
||||
rvm1_install_path: '~/.rvm'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user