Sha256: 93a1ac1cb2c29fc17da2545bf658b6903e4a65b51c1d8d8b248d321b69735c6d
Contents?: true
Size: 469 Bytes
Versions: 9
Compression:
Stored size: 469 Bytes
Contents
language: ruby sudo: false cache: bundler before_install: - gem install bundler script: - bundle exec rubocop - bundle exec rake test rvm: - 2.2 - 2.3.3 - 2.4.0 - 2.5.0 - ruby-head - jruby-head - rbx-3 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head - rvm: rbx-3 notifications: webhooks: urls: - https://webhooks.gitter.im/e/a44b19cc5cf6db25fa87 on_success: change on_failure: always on_start: never
Version data entries
9 entries across 9 versions & 9 rubygems