Skip to content

Commit b0e0562

Browse files
committed
debugging
1 parent b3c109b commit b0e0562

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

run_tests.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ fi
2828
# Ruby?
2929
if [ "$TEST_DIR" == "ruby" ]; then
3030
rvm install 2.2.3
31-
. ~/.rvm/scripts/rvm
32-
echo $PATH
31+
source ~/.rvm/scripts/rvm
32+
echo "Running rvm use 2.2.3"
3333
rvm use 2.2.3
34+
echo "Running which ruby"
35+
which ruby
3436
ls -l /home/travis/.rvm/bin
3537
cd ruby && ruby plus_codes_test.rb
3638
exit

0 commit comments

Comments
 (0)