Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
ktroutner committed Sep 10, 2020
1 parent 78e575b commit 82f87c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
command: bundle exec rspec --format progress --require rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml
- run:
name: Run rubocop
command: bundle exec rubocop
command: bundle exec rubocop -v
- report_coverage

workflows:
Expand Down

0 comments on commit 82f87c4

Please sign in to comment.