Sha256: 610a88d496b90ad5bbf4b4f587948f00aba71e96fb7451bf757be60f821fea22

Contents?: true

Size: 567 Bytes

Versions: 2

Compression:

Stored size: 567 Bytes

Contents

language: ruby
cache: bundler

rvm:
- 2.4.5
- 2.5.3
- 2.6.1

env:
  global:
    - CC_TEST_REPORTER_ID=bbc65a7f5858b221fbbb49617e4118dcce44703366ea64a49687214aed252cf3

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

script:
  - bundle exec rake
  - bundle exec rubocop
  - bundle exec yard | if grep warn; then exit 1; else exit 0; fi

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trav3-0.5.1 .travis.yml
trav3-0.5.0 .travis.yml