Update the ownership test

This commit is contained in:
Nick Janetakis
2014-07-01 16:43:24 -04:00
parent adf7b65bc8
commit 26f60512d0
2 changed files with 2 additions and 1 deletions

View File

@@ -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)
- >

View File

@@ -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'