Skip to content

Commit

Permalink
clear ci cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 committed Apr 19, 2018
1 parent 22d9954 commit 9684294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- checkout
- restore_cache:
keys:
- dep-bundle-6-{{ checksum "package.json" }}
- dep-bundle-7-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-6-{{ checksum "package.json" }}
key: dep-bundle-7-{{ 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
Expand Down

0 comments on commit 9684294

Please sign in to comment.