Sha256: a156f140a9709fd6c73c57c1a0d003d1134929e5907323993b243b9d349876e3

Contents?: true

Size: 448 Bytes

Versions: 5

Compression:

Stored size: 448 Bytes

Contents

sudo: false
language: ruby

rvm:
  - 2.1.8
  - 2.2.4
  - 2.3.0
  - ruby-head
  - jruby-9.0.5.0
  - rbx-3

env:
  # this doesn't do anything for MRI or RBX, but it doesn't hurt them either
  # for JRuby, it enables us to get more accurate coverage data
  - JRUBY_OPTS="--debug"

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-9.0.5.0
    - rvm: rbx-3
  fast_finish: true

before_install: gem update bundler
script: bundle exec rake

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubycritic-2.9.4 .travis.yml
rubycritic-2.9.3 .travis.yml
rubycritic-2.9.2 .travis.yml
rubycritic-2.9.1 .travis.yml
rubycritic-2.9.0 .travis.yml