Sha256: 0814fe944b2cc268d5a6138ae7adef687c09efd931fcd0adfd90d642e2796df8

Contents?: true

Size: 477 Bytes

Versions: 2

Compression:

Stored size: 477 Bytes

Contents

---
language: ruby
cache: bundler
bundler_args: --without benchmarks tools
script:
  - bundle exec rake spec
rvm:
  - 2.3.8
  - 2.4.6
  - 2.5.5
  - 2.6.2
  - jruby-9.2.7.0
  - jruby-9000
  - rbx-3
  - ruby-head
  - truffleruby
env:
  global:
    - JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
  allow_failures:
    - rvm: rbx-3
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: truffleruby
  include:
    - rvm: jruby-head
      before_install: gem install bundler --no-document

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry-initializer-3.0.1 .travis.yml
dry-initializer-3.0.0 .travis.yml