From d68073ceda994d602464f546fe58aacab1eb2313 Mon Sep 17 00:00:00 2001 From: Chris Patuzzo Date: Mon, 13 Mar 2017 09:50:53 +0000 Subject: [PATCH] Drop support for end-of-life JRuby 1.7.x https://github.com/jruby/jruby/issues/4112 --- .jrubyrc | 1 + .travis.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .jrubyrc diff --git a/.jrubyrc b/.jrubyrc new file mode 100644 index 0000000..ec033ee --- /dev/null +++ b/.jrubyrc @@ -0,0 +1 @@ +debug.fullTrace=true diff --git a/.travis.yml b/.travis.yml index e5b681a..8a3f3e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ rvm: - 2.2.6 - 2.1.10 - ruby-head - - jruby-1.7.19 + - jruby-9.0.5.0 + - jruby-9.1.7.0 before_install: gem update --system && gem install bundler after_success: bundle exec codeclimate-test-reporter sudo: false