Sha256: c268925048defc0de8d93eea0f06fb133cf61ace81af9264322b1c1222858c0d

Contents?: true

Size: 428 Bytes

Versions: 9

Compression:

Stored size: 428 Bytes

Contents

version: 2
jobs:
  build:
    docker:
      - image: circleci/ruby:2.4.1
    steps:
      - checkout
      - run: curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
      - run: chmod +x ./cc-test-reporter
      - run: ./cc-test-reporter before-build
      - run: bundle install
      - run: bundle exec rspec
      - run: ./cc-test-reporter after-build --exit-code $?

Version data entries

9 entries across 9 versions & 5 rubygems

Version Path
darthjee-active_ext-1.3.2 .circleci/config.yml
mercy-1.5.0 .circleci/config.yml
arstotzka-1.0.1 .circleci/config.yml
arstotzka-1.0.0 .circleci/config.yml
json_parser-1.3.1 .circleci/config.yml
json_parser-1.3.0 .circleci/config.yml
json_parser-1.2.0 .circleci/config.yml
darthjee-active_ext-1.3.1 .circleci/config.yml
sinclair-1.0.0 .circleci/config.yml