aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xiaofeng@google.com>2016-07-22 21:02:46 +0000
committerGravatar GitHub <noreply@github.com>2016-07-22 21:02:46 +0000
commit4ddaad4f3aa57ac9a0afdf7cde3d0afdbd7bb8dd (patch)
tree8fbee9396bedd07eed259e08e34817c4bf1c763b /ruby
parentde5236dc9f7cee4ea3f1eaa39c45f97e9974048d (diff)
parent20fbb357d013b9c2143031cc843ce066307a37ad (diff)
Merge pull request #1825 from xfxyjwf/jenkins2
Add more tests to jenkins.
Diffstat (limited to 'ruby')
-rwxr-xr-xruby/travis-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/travis-test.sh b/ruby/travis-test.sh
index 75db7d93..59e970a6 100755
--- a/ruby/travis-test.sh
+++ b/ruby/travis-test.sh
@@ -5,7 +5,7 @@ set -e
test_version() {
version=$1
- if [ "$version" == "jruby" ] ; then
+ if [ "$version" == "jruby-1.7" ] ; then
# No conformance tests yet -- JRuby is too broken to run them.
bash --login -c \
"rvm install $version && rvm use $version && \