Sha256: 284f3b35a5ffe7119b1aad1c22541e0c8b4a4804694e30318315069cedf57530

Contents?: true

Size: 826 Bytes

Versions: 3

Compression:

Stored size: 826 Bytes

Contents

language: ruby
cache: bundler
sudo: false
bundler_args: --without benchmarks tools
before_install: gem update --system
before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build
after_script:
  - "[ -d coverage ] && ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
script:
  - bundle exec rake
rvm:
  - 2.6.1
  - 2.5.3
  - 2.4.5
  - jruby-9.2.6.0
env:
  global:
    - COVERAGE=true
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

3 entries across 3 versions & 1 rubygems

Version Path
dry-validation-0.13.3 .travis.yml
dry-validation-0.13.2 .travis.yml
dry-validation-0.13.1 .travis.yml