Sha256: 915172bd5f4aa0e8100ceebb85fdb3c4e55d39c2008c600d0adea80133e49c95

Contents?: true

Size: 515 Bytes

Versions: 1

Compression:

Stored size: 515 Bytes

Contents

language: ruby
cache: bundler
bundler_args: --without benchmarks console tools
script: "bundle exec rake ci"
after_success:
  - '[ "${TRAVIS_JOB_NUMBER#*.}" = "1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter'
rvm:
  - 2.6.3
  - 2.5.5
  - 2.4.6
  - jruby-9.2.7.0
  - truffleruby
matrix:
  allow_failures:
    - rvm: truffleruby
    - rvm: jruby-9.2.7.0
env:
  global:
    - COVERAGE='true'
notifications:
  webhooks:
    on_success: change
    on_failure: always
    on_start: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dry-events-0.2.0 .travis.yml