Sha256: f7aaf089406dda6acd17fed4a0917fdbd223481e8bb535afd922da8b43ea749b

Contents?: true

Size: 193 Bytes

Versions: 1

Compression:

Stored size: 193 Bytes

Contents

image: "ruby:2.5"

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

1 entries across 1 versions & 1 rubygems

Version Path
csvpp-0.4.0 .gitlab-ci.yml