aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-03-11 20:39:56 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-03-11 20:39:56 +0900
commit7acda4340a4ee3679bbbccf35ab1533308ad4df6 (patch)
tree9d44fbbb5e28471eeabaefdc842a2135704a1b2c /.circleci
parent34f96a6b7531d161aa8e79296b392366eb4d94ce (diff)
clean circleci
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index f250125..5882b7c 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -27,19 +27,15 @@ jobs:
- checkout
- restore_cache:
- key: dependency-cache-{{ checksum "package.json" }}
+ key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Install npm wee
command: npm install
- save_cache:
- key: dependency-cache-{{ checksum "package.json" }}
+ key: dependency-cache-{{ checksum "package-lock.json" }}
paths:
- node_modules
- - restore_cache:
- key: firefox-bin
- - restore_cache:
- key: dependency-cache-{{ checksum "package.json" }}
- run: echo 'export PATH=~/firefox/$FIREFOX_VERSION:$PATH' >> $BASH_ENV
- run: npm run lint
- run: npm test