Sha256: 892b0625e6eeae15677249ec53bbf286da2761917ebe446b86f7029ea9622ba8

Contents?: true

Size: 639 Bytes

Versions: 7

Compression:

Stored size: 639 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
rvm:
  - 2.1.10
  - 2.2.7
  - 2.3.4
  - 2.4.1
  - jruby-9.1.9.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

7 entries across 7 versions & 1 rubygems

Version Path
dry-core-0.4.2 .travis.yml
dry-core-0.4.1 .travis.yml
dry-core-0.4.0 .travis.yml
dry-core-0.3.4 .travis.yml
dry-core-0.3.3 .travis.yml
dry-core-0.3.2 .travis.yml
dry-core-0.3.1 .travis.yml