Sha256: fb6fbfa19e424a4ef2aff8504a0b923f7eb83b0402ba78dcb375fb622b2b652d
Contents?: true
Size: 312 Bytes
Versions: 4
Compression:
Stored size: 312 Bytes
Contents
before_script: - ruby -v - which ruby - gem install bundler --no-document - bundle install --jobs=$(nproc) "${FLAGS[@]}" test:2.3: image: ruby:2.3 script: bundle exec rake test test:2.4: image: ruby:2.4 script: bundle exec rake test test:2.5: image: ruby:2.5 script: bundle exec rake test
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
epub-parser-0.3.6 | .gitlab-ci.yml |
epub-parser-0.3.5 | .gitlab-ci.yml |
epub-parser-0.3.4 | .gitlab-ci.yml |
epub-parser-0.3.3 | .gitlab-ci.yml |