Sha256: 60deaf1b40e4d9e6e5038235a3f0229578a0b86277d5ddb87e551e517e753137

Contents?: true

Size: 386 Bytes

Versions: 4

Compression:

Stored size: 386 Bytes

Contents

dependencies:
  post:
    - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
    - chmod +x ./cc-test-reporter


database:
  override:
    - echo "Skipping DB section."

test:
  pre:
    - bundle install
    - ./cc-test-reporter before-build
  override:
    - bundle exec rspec; ./cc-test-reporter after-build --exit-code $?

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
darthjee-active_ext-1.3.0 circle.yml
mercy-1.3.0 circle.yml
bidu-mercy-1.3.0 circle.yml
darthjee-active_ext-1.2.0 circle.yml