Sha256: 014a1258a4837be7ac228c1a0177a7aabb0176074a616299b127978fe3db1902

Contents?: true

Size: 627 Bytes

Versions: 3

Compression:

Stored size: 627 Bytes

Contents

sudo: false
cache: bundler
language: ruby
bundler_args: --without local_development
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: ruby-head
  fast_finish: true
notifications:
  recipients:
    - 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.3.0 .travis.yml
reek-3.2.1 .travis.yml
reek-3.2 .travis.yml