Sha256: 5b9daab2fca4dd167adbddbc6c0ce2b421a76cb3f5be9b1cea262dfd75318236

Contents?: true

Size: 629 Bytes

Versions: 3

Compression:

Stored size: 629 Bytes

Contents

sudo: false
cache: bundler
language: ruby
bundler_args: --without debugging
script:
- bundle exec rake
- bundle exec ataru check
rvm:
  - 2.0.0
  - 2.1
  - 2.2
  - 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

3 entries across 3 versions & 1 rubygems

Version Path
reek-3.10.0 .travis.yml
reek-3.9.1 .travis.yml
reek-3.9.0 .travis.yml