Sha256: 4729c6554c8b5bcd3282eddac8ba3311185e3915ebb179db90a786b16e851763

Contents?: true

Size: 471 Bytes

Versions: 7

Compression:

Stored size: 471 Bytes

Contents

language: ruby
sudo: false
cache: bundler
before_install:
  - gem install bundler
script:
  - bundle exec rubocop
  - bundle exec rake test
rvm:
  - 2.3.3
  - 2.4.0
  - 2.5.0
  - 2.6.1
  - 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

7 entries across 7 versions & 3 rubygems

Version Path
matchi-1.0.8 .travis.yml
matchi-1.0.7 .travis.yml
matchi-1.0.6 .travis.yml
matchi-1.0.5 .travis.yml
fix-command-0.5.3 .travis.yml
defi-1.1.5 .travis.yml
matchi-1.0.4 .travis.yml