Sha256: e29c51ffdc1c7eec50b83b24b87278115cf89699f985885af35f8224939a6517

Contents?: true

Size: 476 Bytes

Versions: 2

Compression:

Stored size: 476 Bytes

Contents

language: ruby

cache: bundler

before_install:
  - gem update --system
  - gem install bundler

env:
  global:
    # --dev improves JRuby startup time
    # --debug reports proper coverage to SimpleCov
    # See https://github.com/jruby/jruby/wiki/Improving-startup-time
    - JRUBY_OPTS="--dev --debug"

rvm:
  - 2.3.8
  - 2.4.9
  - 2.5.7
  - 2.6.5
  - ruby-head
  - jruby-9.2.9.0

matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-9.2.9.0
  fast_finish: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
coveralls_reborn-0.14.0 .travis.yml
coveralls_reborn-0.13.4 .travis.yml