Sha256: 4a5497722519f8b199b48d2876ddb2c3806a17336f684c05b282370aa77214f0

Contents?: true

Size: 625 Bytes

Versions: 4

Compression:

Stored size: 625 Bytes

Contents

language: ruby
dist: trusty
sudo: required
cache: bundler
bundler_args: --without benchmarks tools
after_success:
  - '[ -d coverage ] && bundle exec codeclimate-test-reporter'
script:
  - bundle exec rake
rvm:
  - 2.2
  - 2.3
  - 2.4.1
  - jruby-9.1.13.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

4 entries across 4 versions & 1 rubygems

Version Path
dry-validation-0.12.3 .travis.yml
dry-validation-0.12.2 .travis.yml
dry-validation-0.12.1 .travis.yml
dry-validation-0.12.0 .travis.yml