Sha256: 6389a4f278e2efc8dc41180354f4380569b961fc9174e28b794383e1fd32fd57

Contents?: true

Size: 425 Bytes

Versions: 1

Compression:

Stored size: 425 Bytes

Contents

language: ruby
dist: trusty
sudo: required
bundler_args: --without benchmarks tools
script:
  - bundle exec rspec spec
after_success:
  - "[ -d coverage ] && bundle exec codeclimate-test-reporter"
rvm:
  - 2.4.9
  - 2.5.7
  - 2.6.5
  - 2.7
  - jruby-9.2.8.0
  - truffleruby
env:
  global:
    - COVERAGE=true
    - JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
  allow_failures:
    - rvm: truffleruby
notifications:
  email: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dry-struct-1.1.1 .travis.yml