Sha256: 83248682b927f8ad749b22f8a07e7682e427a58a11843e686e434ea6266fd13e

Contents?: true

Size: 366 Bytes

Versions: 2

Compression:

Stored size: 366 Bytes

Contents

language: ruby

cache: bundler

rvm:
  - 3.0
  - 2.7
  - 2.6
  - 2.5

before_install:
  - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  - chmod +x ./cc-test-reporter

before_script:
  - ./cc-test-reporter before-build

after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
tee_logger-3.2.3 .travis.yml
renc-2.2.1 .travis.yml