Sha256: 6b57995c83a7cc8706ae0f9463c5798b3b6c52cb13cdc2234535935a40a903e8

Contents?: true

Size: 652 Bytes

Versions: 2

Compression:

Stored size: 652 Bytes

Contents

language: ruby
cache: bundler
bundler_args: --without 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 spec'
rvm:
  - 2.3.8
  - 2.6.3
  - 2.5.5
  - 2.4.6
  - jruby-9.2.7.0
env:
  global:
    - COVERAGE='true'
notifications:
  webhooks:
    urls:
      - https://webhooks.gitter.im/e/177598ba2843dcdc1047
    on_success: change
    on_failure: always
    on_start: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
transproc-1.1.1 .travis.yml
transproc-1.1.0 .travis.yml