Skip to content

Commit ab46ff3

Browse files
committed
ci: remove greenkeeper install step
1 parent 4df4b35 commit ab46ff3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defaults: &defaults
22
working_directory: ~/rxjs-hooks
33
docker:
4-
- image: circleci/node:10-browsers
4+
- image: circleci/node:12-browsers
55

66
version: 2
77
jobs:
@@ -23,9 +23,6 @@ jobs:
2323
key: dependency-cache-{{ checksum "package.json" }}
2424
paths:
2525
- ~/.cache/yarn
26-
- run: greenkeeper-lockfile-update
27-
- run: yarn build
28-
- run: greenkeeper-lockfile-upload
2926
- persist_to_workspace:
3027
root: ~/rxjs-hooks
3128
paths:
@@ -39,7 +36,7 @@ jobs:
3936
- run: yarn test
4037
- run:
4138
name: report-coverage
42-
command: npx codecov -f coverage/*.json
39+
command: npx codecov
4340

4441
deploy:
4542
<<: *defaults

0 commit comments

Comments
 (0)