Sha256: 22d1acfea8d17099fa787fea01e21de58a4584ecf8ad915fd543f7bae3fef0c1
Contents?: true
Size: 364 Bytes
Versions: 8
Compression:
Stored size: 364 Bytes
Contents
language: ruby sudo: false rvm: - 2.3.5 - 2.4.2 - 2.5.0 - ruby-head before_install: gem install bundler env: SUITE="rspec" script: bundle exec $SUITE matrix: fast_finish: true # Only run RuboCop on the latest Ruby include: - rvm: 2.5.0 env: SUITE="rubocop" allow_failures: - rvm: ruby-head - rvm: jruby-head cache: bundler
Version data entries
8 entries across 8 versions & 1 rubygems