We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062da01 commit f405710Copy full SHA for f405710
run_tests.sh
@@ -2,9 +2,6 @@
2
# Execute the JS tests for travis-ci.org integration testing platform.
3
# The directory to test comes as the environment variable TEST_DIR.
4
5
-# Echo lines as they are executed.
6
-set -v
7
-
8
# Use an "if" statement to check the value of TEST_DIR, then include commands
9
# necessary to test that implmentation. Note that this script is running in the
10
# top level directory, not in TEST_DIR. The commands must be followed with an
@@ -28,9 +25,8 @@ fi
28
25
# Ruby?
29
26
if [ "$TEST_DIR" == "ruby" ]; then
30
27
rvm install 2.2.3
31
- #source ~/.rvm/scripts/rvm
32
- #rvm use 2.2.3
33
- rvm alias create default 2.2.3
+ source ~/.rvm/scripts/rvm
+ rvm use 2.2.3
34
gem install test-unit
35
cd ruby && ruby test/plus_codes_test.rb
36
exit
0 commit comments