Sha256: fac4296301b9034b4cc00a33c47b2c1db1473a0ec5ebe671dbeecbdf61d0b647

Contents?: true

Size: 251 Bytes

Versions: 3

Compression:

Stored size: 251 Bytes

Contents

language: ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1
  - ruby-head
  - jruby-19mode
  - rbx-2
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: rbx-2
before_install: gem update --remote bundler
script:
  - bundle exec rspec
  - bundle exec rubocop

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubocop-0.26.1 .travis.yml
rubocop-0.26.0 .travis.yml
rubocop-0.25.0 .travis.yml