Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 05ac524

Browse files
committed
Merge branch 'release/1.0.9'
2 parents 40eacc3 + 85b8744 commit 05ac524

File tree

3 files changed

+296
-238
lines changed

3 files changed

+296
-238
lines changed

.circleci/config.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- restore_cache:
1818
keys:
19-
- v1-dependencies-{{ checksum "package.json" }}
19+
- dependencies-{{ checksum "package.json" }}
2020

2121
- run:
2222
name: Install global packages
@@ -31,7 +31,7 @@ jobs:
3131
command: npm install
3232

3333
- save_cache:
34-
key: v1-dependencies-{{ checksum "package.json" }}
34+
key: dependencies-{{ checksum "package.json" }}
3535
paths:
3636
- node_modules
3737

@@ -51,11 +51,6 @@ jobs:
5151
command:
5252
npm run test:server
5353

54-
- run:
55-
name: Mutation Tests
56-
command:
57-
npm run test:mutants
58-
5954
- run:
6055
name: Push any lockfile changes
6156
command: greenkeeper-lockfile-upload

0 commit comments

Comments
 (0)