Sha256: 532ee1e80522be36b028a435b7d0a4a3f6026428510362b62d26d67504c3dde8

Contents?: true

Size: 348 Bytes

Versions: 2

Compression:

Stored size: 348 Bytes

Contents

sudo: false
cache: bundler
language: ruby
rvm:
  - 1.9.3
  - 2.0.0
  - 2.1
  - 2.2
  - ruby-head
  - jruby-19mode
  - rbx-2
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-19mode
    - rvm: rbx-2
before_install: gem update --remote bundler
install:
  - bundle install --retry=3
script:
  - bundle exec rspec
  - bundle exec rubocop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubocop-0.29.1 .travis.yml
rubocop-0.29.0 .travis.yml