.circleci/config.yml in vandal-0.0.0 vs .circleci/config.yml in vandal-0.0.1

- old
+ new

@@ -7,17 +7,17 @@ steps: - checkout - restore_cache: keys: - - api-struct-bundle-v2-{{ checksum "api_struct.gemspec" }} + - vandal-bundle-v2-{{ checksum "vandal.gemspec" }} - run: name: Bundle Install command: bundle check || bundle install - save_cache: - key: api-struct-bundle-v2-{{ checksum "api_struct.gemspec" }} + key: vandal-bundle-v2-{{ checksum "vandal.gemspec" }} paths: - vendor/bundle - run: name: Run Rspec