.travis.yml
before_install: gem install bundler
env:
global:
- CC_TEST_REPORTER_ID=9432cc93c93c3256993bf761547b92b7069fb387031e7e11123260592487645d
language: ruby
rvm:
- 2.5
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.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
script:
- bundle exec rake
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT