From cd1fbd9e4496d27177c0f142c5774fa965916c13 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 26 Apr 2018 13:24:57 +0200 Subject: [PATCH] clear cache --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7fea11d029..ecf3dfcfff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -26,10 +26,10 @@ jobs: - checkout - restore_cache: keys: - - dep-bundle-8-{{ checksum "package.json" }} + - dep-bundle-10-{{ checksum "package.json" }} - run: npm install - save_cache: - key: dep-bundle-8-{{ checksum "package.json" }} + key: dep-bundle-10-{{ checksum "package.json" }} paths: - ~/repo/node_modules - run: npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build