Sha256: 3f636986d2bc745d08e97d4a0307ab5f20d6cb46610a066e80cd3405b07c873e

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

before_script:
  - apt-get update -qq && apt-get install -y zip
  - ruby -v
  - which ruby
  - gem install bundler --no-document
  - bundle install --jobs=$(nproc) "${FLAGS[@]}"

test:2.2:
  image: ruby:2.2
  script:
    - bundle exec rake test

test:2.3:
  image: ruby:2.3
  script: bundle exec rake test

test:2.4:
  image: ruby:2.4
  script: bundle exec rake test

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
epub-parser-0.3.2 .gitlab-ci.yml
epub-parser-0.3.1 .gitlab-ci.yml
epub-parser-0.3.0 .gitlab-ci.yml
epub-parser-0.2.9 .gitlab-ci.yml
epub-parser-0.2.8 .gitlab-ci.yml