.circleci/config.yml in azeroth-0.0.4 vs .circleci/config.yml in azeroth-0.0.5

- old
+ new

@@ -1,10 +1,12 @@ version: 2 jobs: build: docker: - - image: darthjee/circleci_ruby_gems:0.0.1 + - image: darthjee/circleci_ruby_gems:0.2.3 + environment: + PROJECT: azeroth steps: - checkout - run: name: Prepare Coverage Test Report command: cc-test-reporter before-build @@ -23,6 +25,12 @@ - run: name: Yardstick coverage check command: bundle exec rake verify_measurements - run: name: Check version documentation - command: scripts/check_readme.sh + command: check_readme.sh + - run: + name: Rubycritcs check + command: rubycritic.sh + - run: + name: Check unit tests + command: check_specs