.travis.yml
sudo: false
language: ruby
env:
global:
- CC_TEST_REPORTER_ID=cf3977cb8c335147723d765c91877e0506ba43e56a22a0dc5b83d7fb969cf5e4
rvm:
- 2.6.3
before_install:
gem install bundler -v 2.1.4
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
after_script:
- ./cc-test-reporter after-build -t simplecov --exit-code $TRAVIS_TEST_RESULT
script:
- bundle exec rubocop --fail-level warning --display-only-fail-level-offenses
- bundle exec rspec