Sha256: ed36fa3f09c4cb7f6faa22dbb355cc36076c4a250563f325813470e22847590a
Contents?: true
Size: 449 Bytes
Versions: 13
Compression:
Stored size: 449 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: rubocop - run: ./cc-test-reporter after-build --exit-code $?
Version data entries
13 entries across 13 versions & 4 rubygems