Sha256: a127d3d067c8dd1b4a1805f45a11ddd68da6e071e17ac0c8e13a6d010278bc4d

Contents?: true

Size: 461 Bytes

Versions: 2

Compression:

Stored size: 461 Bytes

Contents

language: ruby

dist: xenial

cache:
  bundler: true

bundler_args: --without debugging

script: bundle exec rake ci

rvm:
  - 2.4
  - 2.5
  - 2.6
  - 2.7
  - jruby-9.2
  - jruby-head
  - ruby-head

matrix:
  allow_failures:
    - rvm: jruby-head
    - rvm: ruby-head
  fast_finish: true

notifications:
  email:
    - timo.roessner@googlemail.com
    - matijs@matijs.net
    - chastell@chastell.net
  irc: irc.freenode.org#reek

branches:
  only:
    - master

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
reek-6.0.1 .travis.yml
reek-6.0.0 .travis.yml