.circleci/config.yml in friendly_shipping-0.2.3 vs .circleci/config.yml in friendly_shipping-0.2.4
- old
+ new
@@ -35,9 +35,13 @@
- save_cache:
paths:
- ./vendor/bundle
key: v1-dependencies-{{ checksum "Gemfile.lock" }}
+ - run:
+ name: run Rubocop
+ command: bundle exec rubocop
+
# run tests!
- run:
name: run tests
command: |
mkdir /tmp/test-results