Skip to content
Snippets Groups Projects
Commit a3e03072 authored by Gabriel Mazetto's avatar Gabriel Mazetto
Browse files

Redcloth doesn't support jruby in 4.3 and so we can't support it anyway

parent c565d1c2
No related branches found
No related tags found
1 merge request!1GitLab-CI support
Loading
Loading
@@ -25,13 +25,3 @@ ruby-22:
ruby-23:
image: ruby:2.3
<<: *specs
jruby-17:
image: jruby:1.7
<<: *specs
variables:
JRUBY_OPTS: "-Xcext.enabled=true,--1.9"
allow_failure: true
jruby-9:
image: jruby:9.1
<<: *specs
allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment