sudo: false env: global: - CC_TEST_REPORTER_ID=b3e18bf2298b2b26779929ff953cab53b2e5b791f5f8b0a8023fae0997088da7 language: ruby rvm: - 2.6 - 2.5 - 2.4 - 2.3 before_install: gem install bundler -v 1.15.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 --exit-code $TRAVIS_TEST_RESULT