Skip to content

Commit bcc1197

Browse files
committed
Don't run specs with jruby 9.1 and Rails 6
It's not supported due to zeitwerk ``` zeitwerk-2.1.9 requires ruby version >= 2.4.4, which is incompatible with the 287current version, ruby 2.3.3p0 (jruby 9.1.17.0) ```
1 parent 8d56636 commit bcc1197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ matrix:
2020
gemfile: Gemfile
2121
- rvm: 2.4.6
2222
gemfile: Gemfile
23+
- rvm: jruby-9.1.17.0
24+
gemfile: Gemfile
2325
allow_failures:
2426
- rvm: ruby-head
2527
- rvm: jruby-9.1.17.0

0 commit comments

Comments
 (0)