Sha256: 770e73c3d876177c6277a2da74c2e487e28a8f514e492925c6eb2c1f02f9e9b6

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 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
install:
  - bundle install --retry=3
script:
  - bundle exec rspec
  - bundle exec rubocop

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rubocop-0.28.0 .travis.yml
rubocop-0.27.1 .travis.yml
rubocop-0.27.0 .travis.yml