diff options
author | r-obert <r-obert@users.noreply.github.com> | 2017-11-11 00:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-11 00:24:18 +0100 |
commit | f422ccc8ca07e62375dfb4a801fa8c1cb0ff87fc (patch) | |
tree | 34dd44bc8c92612230d90b69d657d88e57bd90e7 | |
parent | b35ca66cae7ab7989fbc0744f79962b734d354a9 (diff) | |
download | pry-f422ccc8ca07e62375dfb4a801fa8c1cb0ff87fc.tar.gz |
jruby-9.1.14.0 (#1690)
add new JRuby to the Travis matrix.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c75f1b9a..7ea15d7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ rvm: - 2.4 - ruby-head - rbx-3.69 - - jruby-9.1.13.0 + - jruby-9.1.14.0 - jruby - jruby-head |