Sha256: f0ffe0367fb6814b19e66862e3fa1db489954e67879dfdd946315aa0dcc21501

Contents?: true

Size: 379 Bytes

Versions: 4

Compression:

Stored size: 379 Bytes

Contents

language: ruby

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

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

cache: bundler

sudo: false

rvm:
  - 1.8.7
  - 1.9.3
  - 2.0.0
  - 2.1.10
  - 2.2.6
  - 2.3.3
  - 2.4.0
  - ruby-head
  - jruby-head
  - jruby-9.1.8.0

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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
simplecov-patched-0.14.3 .travis.yml
simplecov-patched-0.14.2 .travis.yml
simplecov-0.14.1 .travis.yml
simplecov-0.14.0 .travis.yml