Sha256: 7325980a5d8c679975ccea6f694da0807d86132db99ae2a9ff41b7a53eab427c

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 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.1
  - ruby-head
  - jruby-9.2.11.1

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
coveralls_reborn-0.16.0 .travis.yml