Sha256: 6da0f8028b8b7f1474533828924561ae527e15ef5537c5a0fbc79490c5666eea

Contents?: true

Size: 685 Bytes

Versions: 6

Compression:

Stored size: 685 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.1
  - 2.2
  - 2.3
  - 2.4.0
  - jruby-9.1.5.0
  - rbx-3
env:
  global:
    - COVERAGE=true
    - JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
  allow_failures:
    - rvm: rbx-3
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

6 entries across 6 versions & 2 rubygems

Version Path
dry-validation-0.10.7 .travis.yml
dry-validation-0.10.6 .travis.yml
dry-core-0.2.4 .travis.yml
dry-validation-0.10.5 .travis.yml
dry-core-0.2.3 .travis.yml
dry-core-0.2.2 .travis.yml