Sha256: db489ba1deb39c6df33edc139c27ed17fbf4a6d6f19d41354e71cf3b55337a59

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 Bytes

Contents

os: linux
dist: bionic
language: ruby

cache: 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.4.10
  - 2.5.8
  - 2.6.6
  - 2.7.2
  - 3.0.0
  - ruby-head
  - jruby-9.2.14.0

jobs:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-9.2.14.0
  fast_finish: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
coveralls_reborn-0.20.0 .travis.yml