Sha256: f58cbd9da1b45d49afde2970235087223e36f864a2ae54349f07b3a287c56fb0
Contents?: true
Size: 272 Bytes
Versions: 10
Compression:
Stored size: 272 Bytes
Contents
sudo: false language: ruby rvm: - 2.6 - 2.5 - 2.4 - 2.3 cache: bundler: true before_install: - gem update --system - gem install bundler branches: only: - master script: - bundle exec rubocop - bundle exec rubycritic --no-browser -s 90 -f console
Version data entries
10 entries across 10 versions & 1 rubygems