Sha256: dc1c6ec9a9f58b0529d33d98d9f0ea08e16815023fa38f00f8dde5852de755ac

Contents?: true

Size: 503 Bytes

Versions: 1

Compression:

Stored size: 503 Bytes

Contents

language: ruby

cache: bundler

sudo: false

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.1.10
  - 2.2.10
  - 2.3.7
  - 2.4.4
  - 2.5.1
  - ruby-head
  - jruby-9.1.16.0

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
coveralls_reborn-0.11.1 .travis.yml