Sha256: bffc60ea7c54adf1f7f28090612f48db52c5914ef16a1ed7cb76ae2e18629fb0

Contents?: true

Size: 193 Bytes

Versions: 2

Compression:

Stored size: 193 Bytes

Contents

image: "ruby:2.4"

cache:
  paths:
    - vendor/

before_script:
  - gem install bundler --no-ri --no-rdoc
  - bundle install -j $(nproc) --path vendor

tests:
  script:
    - bundle exec rake

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
csvpp-0.3.1 .gitlab-ci.yml
csvpp-0.3.0 .gitlab-ci.yml