Sha256: 08fc4f28e22c8759c5ebd46754a5190dedda9662544eb29f2cb26e3360208498

Contents?: true

Size: 624 Bytes

Versions: 18

Compression:

Stored size: 624 Bytes

Contents

language: ruby
sudo: false
cache: bundler
bundler_args: --without console
script:
  - bundle exec rspec
  - bundle exec rubocop
rvm:
  - 2.0
  - 2.1
  - 2.2
  - rbx-2
  - jruby
  - ruby-head
  - jruby-head
env:
  global:
    - JRUBY_OPTS='--dev -J-Xmx1024M'
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

18 entries across 18 versions & 4 rubygems

Version Path
dry-configurable-0.1.6 .travis.yml
dry-configurable-0.1.5 .travis.yml
dry-container-0.3.1 .travis.yml
dry-configurable-0.1.4 .travis.yml
dry-container-0.3.0 .travis.yml
dry-pipeline-0.0.2 .travis.yml
dry-container-0.2.8 .travis.yml
dry-configurable-0.1.3 .travis.yml
dry-container-0.2.7 .travis.yml
dry-container-0.2.6 .travis.yml
dry-container-0.2.5 .travis.yml
dry-container-0.2.4 .travis.yml
dry-container-0.2.3 .travis.yml
dry-configurable-0.1.2 .travis.yml
dry-importer-0.0.1 .travis.yml
dry-container-0.2.2 .travis.yml
dry-container-0.2.1 .travis.yml
dry-configurable-0.1.1 .travis.yml