Sha256: ef51b9353cb23efd42d2886c03ce90e3d50467f629002f623b940d845e7b1cb7

Contents?: true

Size: 252 Bytes

Versions: 4

Compression:

Stored size: 252 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.2.2
  - 2.2.3
  - ruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
  fast_finish: true
before_install: gem install bundler -v 1.10.6
script:
  - bundle exec rake spec
  - bundle exec rubocop --fail-level C

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
might-0.5.1 .travis.yml
might-0.5.0 .travis.yml
might-0.4.0 .travis.yml
might-0.3.1 .travis.yml