Add -l to the ls command for the ownership test

This commit is contained in:
Nick Janetakis
2014-07-01 17:08:51 -04:00
parent b64c4d12de
commit 7897f1cfaf

View File

@@ -25,6 +25,7 @@ script:
| grep -q 'changed=0.*failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
- 'ruby -v'
- >
ruby -v
| grep -q '2.1.2'
@@ -37,7 +38,7 @@ script:
|| (echo 'Multiple rubies test: fail' && exit 1)
- >
ls ~/.rvm
ls -l ~/.rvm
| grep -q 'travis audio'
&& (echo 'Ownership test: pass' && exit 0)
|| (echo 'Ownership test: fail' && exit 1)