Sha256: 318866ea684131d10afc2de410e192b7399ece508da72d41b51415fd77c9b1d7

Contents?: true

Size: 817 Bytes

Versions: 1

Compression:

Stored size: 817 Bytes

Contents

language: ruby
cache: bundler
bundler_args: --without tools benchmarks
before_install:
  - gem update --system
  - gem install bundler
script:
  - bundle exec rake
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"
rvm:
  - 2.6.1
  - 2.5.3
  - 2.4.5
  - 2.3.8
  - jruby-9.2.6.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

1 entries across 1 versions & 1 rubygems

Version Path
dry-view-0.7.0 .travis.yml