Skip to content

Commit 062da01

Browse files
committed
rvm alias create default
1 parent f19b56a commit 062da01

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

run_tests.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,9 @@ fi
2828
# Ruby?
2929
if [ "$TEST_DIR" == "ruby" ]; then
3030
rvm install 2.2.3
31-
source ~/.rvm/scripts/rvm
32-
echo "Running rvm use 2.2.3"
33-
rvm use 2.2.3
34-
echo "Running which ruby"
35-
which ruby
36-
echo "PATH is %PATH"
31+
#source ~/.rvm/scripts/rvm
32+
#rvm use 2.2.3
33+
rvm alias create default 2.2.3
3734
gem install test-unit
3835
cd ruby && ruby test/plus_codes_test.rb
3936
exit

0 commit comments

Comments
 (0)