dependencies: post: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter test: pre: - ./cc-test-reporter before-build override: - bundle exec rspec; ./cc-test-reporter after-build --exit-code $?