adham90/elastic_map

View on GitHub
.circle.yml

Summary

Maintainability
Test Coverage
machine:
  ruby:
    version: 2.4.1

notify:
  webhooks:
    - url: https://webhooks.gitter.im/e/fdcfe6116294b434e850

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 $?