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