Sha256: bbc5dba48dda56462a4e69d33cfaee243104ab31adca6aa08a32189aa760d42d

Contents?: true

Size: 704 Bytes

Versions: 4

Compression:

Stored size: 704 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-19mode
      env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
    - rvm: jruby-head
      env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
  allow_failures:
    - rvm: jruby-head
      env: JRUBY_OPTS='--server -Xcompile.invokedynamic=false'
    - rvm: ruby-head
  fast_finish: true
notifications:
  recipients:
    - timo.roessner@googlemail.com
    - matijs@matijs.net
    - emil.rehnberg@gmail.com
    - chastell@chastell.net
  irc: "irc.freenode.org#reek"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
reek-3.0.3 .travis.yml
reek-3.0.2 .travis.yml
reek-3.0.1 .travis.yml
reek-3.0.0 .travis.yml