Sha256: 2c7e5e7faf2031815e60bcf308a19d99c4dbf87148abc22887d5168afb044183

Contents?: true

Size: 690 Bytes

Versions: 4

Compression:

Stored size: 690 Bytes

Contents

language: ruby
cache: bundler
bundler_args: --without tools benchmarks
before_install:
  - gem update --system
script:
  - bundle exec rake
after_success:
    # Send coverage report from the job #1 == current MRI release
  - '[ "${TRAVIS_JOB_NUMBER#*.}" = "1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter'
rvm:
  - 2.5.0
  - 2.4.2
  - 2.3.6
  - jruby-9.1.10.0
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

4 entries across 4 versions & 1 rubygems

Version Path
dry-view-0.5.3 .travis.yml
dry-view-0.5.2 .travis.yml
dry-view-0.5.1 .travis.yml
dry-view-0.5.0 .travis.yml