Skip to content

Commit fdec03f

Browse files
committed
debugging
1 parent c9dad34 commit fdec03f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

run_tests.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ fi
2828
# Ruby?
2929
if [ "$TEST_DIR" == "ruby" ]; then
3030
rvm install 2.2.3
31-
cat ~/.rvm/scripts/rvm
3231
source ~/.rvm/scripts/rvm
33-
echo $PATH
3432
rvm alias create default 2.2.3
35-
echo $PATH
33+
ls -l /home/travis/.rvm/bin
3634
cd ruby && ruby plus_codes_test.rb
3735
exit
3836
fi

0 commit comments

Comments
 (0)