Sha256: fc066a0ca103319a9f614d10e36b0928aafa664cc020081168d8f89b0482c419

Contents?: true

Size: 651 Bytes

Versions: 7

Compression:

Stored size: 651 Bytes

Contents

sudo: false
dist: trusty
cache: bundler
language: ruby
bundler_args: --without debugging
script: bundle exec rake ci
rvm:
  - 2.1
  - 2.2
  - 2.3
  - 2.4
  - jruby-9.1.7.0
  - jruby-head
  - ruby-head
  - rubinius-3
matrix:
  allow_failures:
    - rvm: jruby-9.1.7.0
    - rvm: jruby-head
    - rvm: ruby-head
    - rvm: rubinius-3
  fast_finish: true
before_install:
  - rvm use @global
  - gem uninstall bundler -x
  - gem install bundler --version=1.13.7
  - bundler --version
notifications:
  email:
    - timo.roessner@googlemail.com
    - matijs@matijs.net
    - chastell@chastell.net
  irc: irc.freenode.org#reek
branches:
  only:
    - master

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
reek-4.7.2 .travis.yml
reek-4.7.1 .travis.yml
reek-4.7.0 .travis.yml
reek-4.6.2 .travis.yml
reek-4.6.1 .travis.yml
reek-4.6.0 .travis.yml
reek-4.5.6 .travis.yml