Sha256: 28a2bbf09b9b11f1c7396bcb3f0889be04223ca463efb0a6f97c83880bb31a6a

Contents?: true

Size: 567 Bytes

Versions: 1

Compression:

Stored size: 567 Bytes

Contents

language: ruby
cache: bundler

rvm:
- 2.4.6
- 2.5.5
- 2.6.3

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

1 entries across 1 versions & 1 rubygems

Version Path
trav3-1.0.0 .travis.yml