Skip to content

Commit

Permalink
CI: Update to JRuby 9.2.13.0
Browse files Browse the repository at this point in the history
fix double free or corruption (out) error in JRuby
  • Loading branch information
jubilee2 committed Oct 1, 2020
1 parent 782d4dd commit 9b8eed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ matrix:
- rvm: ruby-head
env: CI_ORM=active_record CI_DB_ADAPTER=sqlite3
gemfile: gemfiles/rails_6.0.gemfile
- rvm: jruby-9.2.11.0
- rvm: jruby-9.2.13.0
env: CI_ORM=mongoid
gemfile: gemfiles/rails_6.0.gemfile
- rvm: jruby-9.2.11.0
- rvm: jruby-9.2.13.0
env: CI_ORM=active_record CI_DB_ADAPTER=sqlite3
gemfile: gemfiles/rails_6.0.gemfile
allow_failures:
Expand Down

0 comments on commit 9b8eed5

Please sign in to comment.