Sha256: 3ece17ecb4db20add618988862953b6e992d5c822b0b8d2bbd7f43e91451d908

Contents?: true

Size: 757 Bytes

Versions: 5

Compression:

Stored size: 757 Bytes

Contents

language: ruby
dist: trusty
sudo: required
cache: bundler
bundler_args: --without benchmarks tools
after_success:
  - '[ -d coverage ] && bundle exec codeclimate-test-reporter'
script:
  - bundle exec rake
before_install:
  - gem update --system
after_success:
  - '[ -d coverage ] && bundle exec codeclimate-test-reporter'
rvm:
  - 2.2.9
  - 2.3.6
  - 2.4.3
  - 2.5.0
  - jruby-9.1.15.0
env:
  global:
    - COVERAGE=true
    - 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

5 entries across 5 versions & 1 rubygems

Version Path
dry-core-0.4.7 .travis.yml
dry-core-0.4.6 .travis.yml
dry-core-0.4.5 .travis.yml
dry-core-0.4.4 .travis.yml
dry-core-0.4.3 .travis.yml