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

Converted .travis-ci.yml to .gitlab-ci.yml equivalent + more rubies

parent cf74e842
No related branches found
No related tags found
1 merge request!1GitLab-CI support
Pipeline #
.specs: &specs
cache:
paths:
- vendor/ruby
before_script:
- apt update
- apt install python-pip -y
- pip install docutils
- bundle install --jobs $(nproc)
script:
- bundle exec rake test
ruby-20:
image: ruby:2.0
<<: *specs
ruby-21:
image: ruby:2.1
<<: *specs
ruby-22:
image: ruby:2.2
<<: *specs
ruby-23:
image: ruby:2.3
<<: *specs
jruby-17:
image: jruby:1.7
<<: *specs
variables:
JRUBY_OPTS: "-Xcext.enabled=true--1.9"
jruby-9:
image: jruby:9.1
<<: *specs
variables:
JRUBY_OPTS: "-Xcext.enabled=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