machine: ruby: version: 2.4.0 test: override: - bundle exec rspec --format progress --require rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml - bundle exec rubocop post: - bundle exec rake rubycritic - bundle exec yard doc -o $CIRCLE_ARTIFACTS/doc - bundle exec rake circleci:report_coverage