Sha256: b52f4474f6083bb86fafc096a09c5422d72b17a4515249d38e1514802999a5ba

Contents?: true

Size: 597 Bytes

Versions: 2

Compression:

Stored size: 597 Bytes

Contents

sudo: false
dist: trusty
cache: bundler
language: ruby
before_install:
  - gem update --system
  - gem install bundler
bundler_args: --without debugging
script: bundle exec rake ci
rvm:
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - 2.5
  - jruby-9.1.15.0
  - jruby-head
  - ruby-head
  - rubinius-3
matrix:
  allow_failures:
    - rvm: jruby-9.1.15.0
    - rvm: jruby-head
    - rvm: ruby-head
    - rvm: rubinius-3
  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-4.8.2 .travis.yml
reek-4.8.1 .travis.yml