Sha256: 0092900ffd4ca26deb3a2026d28b97fcad250a7ff65a813d47722f844d772bad
Contents?: true
Size: 879 Bytes
Versions: 1
Compression:
Stored size: 879 Bytes
Contents
version: 2 jobs: build: docker: - image: darthjee/circleci_ruby_gems:0.2.1 environment: PROJECT: sinclair steps: - checkout - run: name: Prepare Coverage Test Report command: cc-test-reporter before-build - run: name: Bundle Install command: bundle install - run: name: RSpec command: bundle exec rspec - run: name: Rubocop command: rubocop - run: name: Coverage Test Report command: cc-test-reporter after-build --exit-code $? - run: name: Yardstick coverage check command: bundle exec rake verify_measurements - run: name: Check version documentation command: check_readme.sh - run: name: Rubycritcs check command: rubycritic.sh
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sinclair-1.4.2 | .circleci/config.yml |