Sha256: 3610609124343b3ca11f5ffb9cbeff95ac12c2e78f8499afc29c104c5c6dbb73

Contents?: true

Size: 676 Bytes

Versions: 2

Compression:

Stored size: 676 Bytes

Contents

sudo: false
dist: trusty
cache: bundler
language: ruby
bundler_args: --without debugging
before_script:
  # Avoid Java announcing _JAVA_OPTIONS environment variable
  # See https://github.com/travis-ci/travis-ci/issues/8408
  - unset _JAVA_OPTIONS
script: bundle exec rake ci
rvm:
  - 2.3
  - 2.4
  - 2.5
  - 2.6
  - jruby-9.1.17.0
  - jruby-9.2.5.0
  - jruby-head
  - ruby-head
  - rubinius-3
matrix:
  allow_failures:
    - 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-5.3.1 .travis.yml
reek-5.3.0 .travis.yml