Sha256: 4eedb256f04898bdf8af490164d9bccc50c7f172b59efe357936a511c694aa99

Contents?: true

Size: 256 Bytes

Versions: 2

Compression:

Stored size: 256 Bytes

Contents

image: "ruby:2.4-alpine"

cache:
  paths:
    - vendor/ruby

before_script:
  - apk add --update git
  - gem install bundler
  - bundle install --path vendor/ruby

rubocop:
  script:
    - bundle exec rubocop

rspec:
  script:
    - bundle exec rspec spec

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grape-path-helpers-1.2.0 .gitlab-ci.yml
grape-path-helpers-1.1.0 .gitlab-ci.yml