Sha256: 8da026befe3c08a750e1788a0e65c3678c1ea656e080795648eff038ab8998cb

Contents?: true

Size: 723 Bytes

Versions: 4

Compression:

Stored size: 723 Bytes

Contents

sudo: false
cache: bundler
language: ruby
bundler_args: --without debugging
script:
- bundle exec rake
- bundle exec ataru check
- bundle exec mutant --include lib --require reek --use rspec --since master --jobs 4 "Reek*"
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
notifications:
  email:
    - timo.roessner@googlemail.com
    - matijs@matijs.net
    - chastell@chastell.net
  irc: irc.freenode.org#reek

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reek-4.0.3 .travis.yml
reek-4.0.2 .travis.yml
reek-4.0.1 .travis.yml
reek-4.0.0 .travis.yml