From ac004f581247c4e007c1bbcb77020bcd28b29b39 Mon Sep 17 00:00:00 2001 From: patelravi Date: Tue, 5 Feb 2019 16:40:10 +0530 Subject: [PATCH] Resolving circle ci config issue. --- .circleci/config.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 230cd2f..dbe4cae 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,16 +9,9 @@ jobs: # a collection of steps - run: name: update-npm command: 'sudo npm install -g npm@latest' - - restore_cache: # special step to restore the dependency cache - # Read about caching dependencies: https://circleci.com/docs/2.0/caching/ - key: dependency-cache-{{ checksum "package.json" }} - run: name: install-npm-wee command: npm install - - save_cache: # special step to save the dependency cache - key: dependency-cache-{{ checksum "package.json" }} - paths: - - ./node_modules - run: # run tests name: test command: gulp