Sha256: a6ce18d24a62d37b632ecd83fe2c6d4ffeb51a9a7efdb931e984ccc711ee61cb

Contents?: true

Size: 485 Bytes

Versions: 2

Compression:

Stored size: 485 Bytes

Contents

language: ruby
sudo: false
cache: bundler
before_install:
  - gem install bundler
script:
  - bundle exec rubocop
  - bundle exec rake test
rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3.3
  - 2.4.0
  - 2.5.0
  - ruby-head
  - jruby-head
  - rbx-3
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: rbx-3
notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/a44b19cc5cf6db25fa87
    on_success: change
    on_failure: always
    on_start: never

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
matchi-fix-1.0.2 .travis.yml
aw-0.1.2 .travis.yml