From 7897f1cfaf2d4c0dab387d53ef869a70bba6d00f Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Tue, 1 Jul 2014 17:08:51 -0400 Subject: [PATCH] Add -l to the ls command for the ownership test --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 34244db..1622193 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)