Sha256: 455b9bf4f32acabdaed402c2534f3a5d735884ae6223dab6b7e8606a9b3de799

Contents?: true

Size: 625 Bytes

Versions: 1

Compression:

Stored size: 625 Bytes

Contents

sudo: false
cache: bundler
language: ruby
rvm:
  - 2.2.7
  - 2.3.4
  - 2.4.1
  - ruby-head
  - jruby-9.1.5.0
gemfile:
  - gemfiles/rubocop_0.40.0.gemfile
  - gemfiles/rubocop_0.41.2.gemfile
  - gemfiles/rubocop_0.42.0.gemfile
  - gemfiles/rubocop_0.43.0.gemfile
  - gemfiles/rubocop_0.44.1.gemfile
  - gemfiles/rubocop_0.45.0.gemfile
  - gemfiles/rubocop_0.46.0.gemfile
  - gemfiles/rubocop_0.47.1.gemfile
  - gemfiles/rubocop_0.48.1.gemfile
matrix:
  allow_failures:
    - rvm: ruby-head
  fast_finish: true
before_install: gem update --remote bundler
install:
  - bundle install --retry=3
script:
  - bundle exec rake spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-checkstyle_formatter-0.4.0 .travis.yml