Sha256: 5ef19f5167d2e380dd4ffab00b7090de409ee1800eaaa6fd4a4e76fd17507470

Contents?: true

Size: 539 Bytes

Versions: 2

Compression:

Stored size: 539 Bytes

Contents

stages:
  - test

test_ruby_2_2:
  image: ruby:2.2.10
  stage: test
  script:
    - bundle install
    - bundle exec rake

test_ruby_2_3:
  image: ruby:2.3.7
  stage: test
  script:
    - bundle install
    - bundle exec rake

test_ruby_2_4:
  image: ruby:2.4.4
  stage: test
  script:
    - bundle install
    - bundle exec rake

test_ruby_2_5:
  image: ruby:2.5.1
  stage: test
  script:
    - bundle install
    - bundle exec rake

test_ruby_2_6:
  image: ruby:2.6-rc
  stage: test
  script:
    - bundle install
    - bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocopital-0.5.2 .gitlab-ci.yml
rubocopital-0.5.1 .gitlab-ci.yml