Skip to content

Commit 79c0eec

Browse files
committed
debugging
1 parent b0e0562 commit 79c0eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ if [ "$TEST_DIR" == "ruby" ]; then
3333
rvm use 2.2.3
3434
echo "Running which ruby"
3535
which ruby
36-
ls -l /home/travis/.rvm/bin
37-
cd ruby && ruby plus_codes_test.rb
36+
echo "PATH is %PATH"
37+
cd ruby && /home/travis/.rvm/rubies/ruby-2.2.3/bin/ruby plus_codes_test.rb
3838
exit
3939
fi
4040

0 commit comments

Comments
 (0)