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