Sha256: c09a4be833c0d5fbb077149e933af936089e8ece2187ab592b9ed425c1170fe4

Contents?: true

Size: 471 Bytes

Versions: 6

Compression:

Stored size: 471 Bytes

Contents

language: ruby

before_install:
  - gem i bundler

bundler_args: --without benchmark --jobs=3 --retry=3

matrix:
  include:
    - rvm: 2.4.9
    - rvm: 2.5.7
    - rvm: 2.6.5
    - rvm: 2.7.0
    - rvm: jruby-9.2.9.0
      env: JRUBY_OPTS=--debug
      jdk: openjdk8
    - rvm: ruby-head
    - rvm: jruby-head
      env: JRUBY_OPTS=--debug
      jdk: openjdk8
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
      env: JRUBY_OPTS=--debug
  fast_finish: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
simplecov-html-0.12.2 .travis.yml
simplecov-html-0.12.1 .travis.yml
simplecov-html-0.12.0 .travis.yml
simplecov-html-0.11.0 .travis.yml
simplecov-html-0.11.0.beta2 .travis.yml
simplecov-html-0.11.0.beta1 .travis.yml