Sha256: 0f8d2599d49e4f183045a820efbf27c6bcbfcce283b5c418f38331dd25fdced3

Contents?: true

Size: 747 Bytes

Versions: 1

Compression:

Stored size: 747 Bytes

Contents

language: ruby
sudo: false
cache: bundler
bundler_args: --full-index --without console benchmarks
script:
  - bundle exec rake spec
rvm:
  - 2.0
  - 2.1.10
  - 2.2.5
  - 2.3.1
  - rbx-2
  - jruby-9.1.1.0
  - ruby-head
env:
  global:
    - JRUBY_OPTS='--dev -J-Xmx1024M'
matrix:
  allow_failures:
    - rvm: rbx-2
    - rvm: ruby-head
    - rvm: jruby-head
  include:
    - rvm: jruby-head
      before_install: gem install bundler --no-ri --no-rdoc

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

1 entries across 1 versions & 1 rubygems

Version Path
dry-validation-0.8.0 .travis.yml