Skip to content

Commit b3c109b

Browse files
committed
debugging
1 parent fdec03f commit b3c109b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

run_tests.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ fi
2828
# Ruby?
2929
if [ "$TEST_DIR" == "ruby" ]; then
3030
rvm install 2.2.3
31-
source ~/.rvm/scripts/rvm
32-
rvm alias create default 2.2.3
31+
. ~/.rvm/scripts/rvm
32+
echo $PATH
33+
rvm use 2.2.3
3334
ls -l /home/travis/.rvm/bin
3435
cd ruby && ruby plus_codes_test.rb
3536
exit

0 commit comments

Comments
 (0)