diff options
author | Olle Jonsson <olle.jonsson@gmail.com> | 2017-03-16 08:50:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 08:50:17 +0100 |
commit | e458cae1e07e5c010146dd2d9a5635a341fb73d8 (patch) | |
tree | c09e5f22862ad23b0d119e8c46cd0e485f205b8f | |
parent | aa0ff44e7ec923f4a8ebe5b3cb8cb9593bf3980a (diff) | |
download | slop-e458cae1e07e5c010146dd2d9a5635a341fb73d8.tar.gz |
Travis: use 2.4.0, latest stable JRuby
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 24b7550..55b3870 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,9 @@ rvm: - 2.0.0 - 2.1 - 2.2 - - 2.3.0 + - 2.3.3 + - 2.4.0 + - jruby-9.1.8.0 - jruby-head - ruby-head matrix: |