Sha256: 48174184204027900a2f9493647218648254515f8c4a9651ac2eb49edfe71755

Contents?: true

Size: 569 Bytes

Versions: 1

Compression:

Stored size: 569 Bytes

Contents

sudo: false
dist: trusty
cache: bundler
language: ruby
before_install: gem update --system
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

1 entries across 1 versions & 1 rubygems

Version Path
reek-4.8.0 .travis.yml