Sha256: 14892e8913265e1561a21ed04831fcd7ecdb479cae1710675479ca466371efc4
Contents?: true
Size: 669 Bytes
Versions: 2
Compression:
Stored size: 669 Bytes
Contents
language: ruby dist: trusty sudo: required bundler_args: --without benchmarks tools script: - bundle exec rake spec before_install: - gem update --system after_success: - '[ -d coverage ] && bundle exec codeclimate-test-reporter' rvm: - 2.2.9 - 2.3.6 - 2.4.3 - 2.5.0 - jruby-9.1.15.0 env: global: - COVERAGE=true - JRUBY_OPTS='--dev -J-Xmx1024M' notifications: email: false webhooks: urls: - https://webhooks.gitter.im/e/19098b4253a72c9796db on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dry-struct-0.5.1 | .travis.yml |
dry-struct-0.5.0 | .travis.yml |