Sha256: 69eeac7b36b51540dc9d25c7d23be649a6aadc73877cdc99006a7878611b20cb

Contents?: true

Size: 320 Bytes

Versions: 2

Compression:

Stored size: 320 Bytes

Contents

---
sudo:     false
language: ruby
cache:    bundler
script:
  - bundle exec rspec
  - bundle exec rubocop
rvm:
  - '2.2'
  - '2.3.0'
  - '2.4.0'
  # - rbx-2
  - ruby-head
  - jruby-9.1.0.0
  - jruby-head
before_install: gem install bundler -v 1.12.5
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dry-initializer-0.11.0 .travis.yml
dry-initializer-0.10.2 .travis.yml