Sha256: da6191285e1de75b66279266331fe5cbf057a0e978421c6e6c43f9fedda28fd3

Contents?: true

Size: 916 Bytes

Versions: 3

Compression:

Stored size: 916 Bytes

Contents

language: ruby
cache: bundler
bundler_args: --without benchmarks tools
before_script:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter
  - ./cc-test-reporter before-build
after_script:
  - "[ -d coverage ] && ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT"
script:
  - bundle exec rake
rvm:
  - 2.6.3
  - 2.5.5
  - 2.4.6
  - jruby-9.2.7.0
  - truffleruby
env:
  global:
    - COVERAGE=true
matrix:
  allow_failures:
    - rvm: truffleruby
notifications:
  email: false
  webhooks:
    urls:
      - https://dry-rb.zulipchat.com/api/v1/external/travis?api_key=SY8LLz6fShd4TJeLDXEdT0eBEgRqT2lv&stream=notifications&topic=ci
    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-logic-1.0.3 .travis.yml
dry-logic-1.0.2 .travis.yml
dry-logic-1.0.0 .travis.yml