Skip to content

Commit

Permalink
Use older jruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliismayilov committed Sep 11, 2020
1 parent 057c8dc commit c78376c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Expand Up @@ -8,7 +8,7 @@ rvm:
- 2.7
- 2.6
- 2.5
- jruby-9.2
- jruby-9.2.9
env:
- RUBYOPT="--enable-frozen-string-literal"
- RUBYOPT=""
Expand Down Expand Up @@ -74,13 +74,13 @@ matrix:
gemfile: test/gemfiles/Gemfile.rails-4.1.x
- rvm: ruby-head
gemfile: test/gemfiles/Gemfile.rails-4.2.x
- rvm: jruby-9.2
- rvm: jruby-9.2.9
gemfile: test/gemfiles/Gemfile.rails-5.0.x
env: RUBYOPT="--enable-frozen-string-literal"
- rvm: jruby-9.2
- rvm: jruby-9.2.9
gemfile: test/gemfiles/Gemfile.rails-5.0.x.erubi
env: RUBYOPT="--enable-frozen-string-literal"
- rvm: jruby-9.2
- rvm: jruby-9.2.9
gemfile: test/gemfiles/Gemfile.rails-5.1.x
env: RUBYOPT="--enable-frozen-string-literal"
include:
Expand All @@ -89,13 +89,13 @@ matrix:
allow_failures:
- rvm: ruby-head
- gemfile: test/gemfiles/Gemfile.rails-edge
- rvm: jruby-9.2
- rvm: jruby-9.2.9
gemfile: test/gemfiles/Gemfile.rails-4.2.x
- rvm: jruby-9.2
- rvm: jruby-9.2.9
gemfile: test/gemfiles/Gemfile.rails-4.1.x
- rvm: jruby-9.2
- rvm: jruby-9.2.9
gemfile: test/gemfiles/Gemfile.rails-4.0.x
- rvm: jruby-9.2
- rvm: jruby-9.2.9
gemfile: test/gemfiles/Gemfile.rails-5.0.x.erubi
fast_finish: true
before_install:
Expand Down

0 comments on commit c78376c

Please sign in to comment.