Sha256: 67b753a11500e01b4c48ad6798d29ef626e7e6ca285be3c9a5e73c460af4ef4b

Contents?: true

Size: 675 Bytes

Versions: 2

Compression:

Stored size: 675 Bytes

Contents

sudo: false
cache: bundler
language: ruby
bundler_args: --without debugging
script: bundle exec rake ci
rvm:
  - 2.1
  - 2.2
  - 2.3.0
  - rbx-2
  - ruby-head
matrix:
  include:
    - rvm: jruby
      env: JRUBY_OPTS='--2.0 --server -Xcompile.invokedynamic=false'
    - rvm: jruby-head
      env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
  allow_failures:
    - rvm: jruby
    - rvm: jruby-head
    - rvm: rbx-2
    - rvm: ruby-head
  fast_finish: true
before_install:
  - gem install bundler
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.5.5 .travis.yml
reek-4.5.4 .travis.yml