krim/light_serializer

View on GitHub
.travis.yml

Summary

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

env:
  global:
    - CC_TEST_REPORTER_ID=d46701d452b4850669419007fd4cb743c728384765b817d3dff3267771c4aaa1
    - WITH_COVERAGE=true
language: ruby
rvm:
  - 2.4.9
  - 2.5.7
  - 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