env: global: - CC_TEST_REPORTER_ID=90489daeea95c563237fc1b698ecc4bb2b2f421937c646ca1ee4eb1e22e03e70 language: ruby rvm: # Build on the latest stable of all supported Rubies (https://www.ruby-lang.org/en/downloads/): - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.0 cache: bundler 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 rubocop - bundle exec rspec spec --format documentation after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT