bookmate/wisper_kafka

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
# single test suite, non-parallel build.

env:
  global:
    - CC_TEST_REPORTER_ID=2b2551b3561ce523b5cfbf0b05cd54e575048908eba39e2f2745bc6e6939195f
    - WITH_COVERAGE=true
language: ruby
rvm:
  - 2.6.5
  - 2.7.0
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
  - ./bin/setup
script:
  - bundle exec rspec
after_script:
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT