aboutsummaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2016-09-21 17:56:53 +0000
committerBo Yang <teboring@google.com>2016-09-21 22:56:47 +0000
commitb8e7e892c805c0e3b41238549af2d94a4c2403d3 (patch)
tree6f102fb46f23b9fd5cd5e465504c7fb16df54c43 /ruby
parent050c014ac655a1a47e0101470ab271514ea0c16d (diff)
downloadprotobuf-b8e7e892c805c0e3b41238549af2d94a4c2403d3.tar.gz
protobuf-b8e7e892c805c0e3b41238549af2d94a4c2403d3.tar.bz2
protobuf-b8e7e892c805c0e3b41238549af2d94a4c2403d3.zip
Fix travis, jenkins environment issues.
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 59e970a6..d3022657 100755
--- a/ruby/travis-test.sh
+++ b/ruby/travis-test.sh
@@ -8,7 +8,7 @@ test_version() {
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 && \
+ "rvm install $version && rvm use $version && rvm get head && \
which ruby && \
gem install bundler && bundle && \
rake test"