Skip to content

Commit

Permalink
Updated ruby to 2.4.1 and jruby to 9.1.12.0 on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
iainbeeston committed Jul 5, 2017
1 parent c12f600 commit 2f95d53
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ rvm:
- "2.0"
- "2.1"
- "2.2"
- "2.3.3"
- "2.4.0"
- "jruby-9.1.7.0"
- "2.3"
- "2.4.1"
- "jruby-9.1.12.0"

sudo: false

Expand All @@ -19,9 +19,9 @@ matrix:
gemfile: "gemfiles/Gemfile.ruby_19.x"
- rvm: "jruby-1.7"
gemfile: "gemfiles/Gemfile.ruby_19.x"
- rvm: "2.3.3"
- rvm: "2.4.1"
gemfile: "gemfiles/Gemfile.multi_json.x"
- rvm: "2.3.3"
- rvm: "2.4.1"
gemfile: "gemfiles/Gemfile.yajl-ruby.x"
- rvm: "2.3.3"
- rvm: "2.4.1"
gemfile: "gemfiles/Gemfile.uuidtools.x"

0 comments on commit 2f95d53

Please sign in to comment.