Sha256: 7a2247248fafb5561393f3b42856bb889596e08e7d2a48861bc215a57fd221d3

Contents?: true

Size: 272 Bytes

Versions: 5

Compression:

Stored size: 272 Bytes

Contents

stages:
  - test

test:
  image: registry.gitlab.com/ekylibre/docker-base-images/ruby2.6:1
  before_script:
    - gem install bundler
    - bundle install --path vendor/bundle
  cache:
    key: bundle
    paths:
      - vendor/bundle
  script:
    - bundle exec rake test

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
onoma-0.4.2 .gitlab-ci.yml
onoma-0.5.1 .gitlab-ci.yml
onoma-0.5.0 .gitlab-ci.yml
onoma-0.4.1 .gitlab-ci.yml
onoma-0.4.0 .gitlab-ci.yml