Sha256: 771ef842ee2e3d470e3a4c3829d87ba3b0808211ca35e91826d860c0ed6a3b34

Contents?: true

Size: 665 Bytes

Versions: 3

Compression:

Stored size: 665 Bytes

Contents

language: ruby
dist: trusty
sudo: required
bundler_args: --without benchmarks tools
script:
  - bundle exec rake spec
after_success:
  - '[ "$TRAVIS_RUBY_VERSION" = "2.3.1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter'
rvm:
  - 2.1.10
  - 2.2.5
  - 2.3.1
  - rbx-3
  - jruby-9.1.5.0
env:
  global:
    - JRUBY_OPTS='--dev -J-Xmx1024M'
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-struct-0.2.1 .travis.yml
dry-struct-0.2.0 .travis.yml
dry-struct-0.1.1 .travis.yml