Sha256: 2604e0529446d43e059d5a4b70c93e925100ad9e5d4ded5e29fee3cd7ded80aa

Contents?: true

Size: 802 Bytes

Versions: 1

Compression:

Stored size: 802 Bytes

Contents

sudo: false
cache: bundler
language: ruby
rvm:
  - 2.0.0
  - 2.1
  - 2.2
  - 2.3.0
  - ruby-head
  - jruby-9.0.1.0
  - rbx-3
gemfile:
  - gemfiles/rubocop_0.30.1.gemfile
  - gemfiles/rubocop_0.31.0.gemfile
  - gemfiles/rubocop_0.32.1.gemfile
  - gemfiles/rubocop_0.33.0.gemfile
  - gemfiles/rubocop_0.34.2.gemfile
  - gemfiles/rubocop_0.35.1.gemfile
  - gemfiles/rubocop_0.36.0.gemfile
  - gemfiles/rubocop_0.37.2.gemfile
  - gemfiles/rubocop_0.38.0.gemfile
  - gemfiles/rubocop_0.39.0.gemfile
  - gemfiles/rubocop_0.40.0.gemfile
  - gemfiles/rubocop_0.41.2.gemfile
  - gemfiles/rubocop_0.42.0.gemfile
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: rbx-3
  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.3.0 .travis.yml