.travis.yml
---brances: - mastersudo: falselanguage: rubycache: bundlerrvm: - 2.5.3services: - redis-serverbefore_install: gem install bundler -v 2.0.1before_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-buildscript: bundle exec rake specafter_script: ./cc-test-reporter after-build