Sha256: 289a89ea54381b0da7da3ac53048e46e0062799b112b8a66dac46cb70c2a8b95

Contents?: true

Size: 197 Bytes

Versions: 2

Compression:

Stored size: 197 Bytes

Contents

image: "ruby:2.6"

cache:
  paths:
    - vendor/ruby

before_script:
  - ruby -v
  - gem install bundler
  - bundle install -j $(nproc) --path vendor

rspec:
  script:
    - bundle exec rspec spec

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
ma-0.1.0 .gitlab-ci.yml
wisper_next-0.1.0 .gitlab-ci.yml