Sha256: ce19a662762824e298c3f174348bc79622634182a4d4bad6ce031f3bcc36e750

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.1.5
  - 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

2 entries across 2 versions & 1 rubygems

Version Path
might-0.6.0 .travis.yml
might-0.5.2 .travis.yml