Sha256: b4926f74f7e58944e522a912cf78facd085bc261fd92b6f3748cc06224b251ff

Contents?: true

Size: 225 Bytes

Versions: 7

Compression:

Stored size: 225 Bytes

Contents

image: "ruby:2.4-alpine"

cache:
  paths:
    - vendor/ruby

before_script:
  - apk add --update git
  - gem install bundler
  - bundle install

rubocop:
  script:
    - rubocop

rspec:
  script:
    - bundle exec rspec spec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
grape-path-helpers-1.0.6 .gitlab-ci.yml
grape-path-helpers-1.0.5 .gitlab-ci.yml
grape-path-helpers-1.0.4 .gitlab-ci.yml
grape-path-helpers-1.0.3 .gitlab-ci.yml
grape-path-helpers-1.0.2 .gitlab-ci.yml
grape-path-helpers-1.0.1 .gitlab-ci.yml
grape-path-helpers-1.0.0 .gitlab-ci.yml