Sha256: 5ac868dbaa279d6357b390dd2b31e539acf49a02500365142f0d33fe7ebbd1f1

Contents?: true

Size: 563 Bytes

Versions: 3

Compression:

Stored size: 563 Bytes

Contents

language: ruby
sudo: false
cache: bundler
bundler_args: --without tools
script:
  - bundle exec rake spec
rvm:
  - 2.0
  - 2.1
  - 2.2
  - 2.3.1
  - rbx
  - jruby-9000
  - ruby-head
  - jruby-head
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
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-component-0.3.0 .travis.yml
dry-component-0.2.0 .travis.yml
dry-component-0.1.0 .travis.yml