Sha256: 2cab1f7181664904221915d69c907ccd1f5f754ab114abec56f1406caf326376

Contents?: true

Size: 244 Bytes

Versions: 1

Compression:

Stored size: 244 Bytes

Contents

before_script:
  - rbenv install -s
  - bundle -v || gem install bundler
  - bundle install --quiet --path .bundle

stages:
  - Test

cache:
  key: bundle_files
  paths:
    - .bundle/

Test:
  stage: Test
  script:
    - bundle exec rake test

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
govdelivery-proctor-1.3.1 .gitlab-ci.yml