Sha256: 7891c947faff260a43ae29cc9727487a3a8e7e54dc8ad68dc694c0be42c17931
Contents?: true
Size: 401 Bytes
Versions: 33
Compression:
Stored size: 401 Bytes
Contents
.tests: image: "ruby:2.5" before_script: - apt-get update && apt-get install -y git - ruby -v - which ruby - gem install bundler --no-document - bundle install --jobs $(nproc) "${FLAGS[@]}" .rspec: extends: .tests script: - bundle exec rake spec rubocop: extends: .tests script: - bundle exec rake rubocop rspec-ruby: extends: .rspec image: ruby:latest
Version data entries
33 entries across 33 versions & 1 rubygems