Skip to content

Commit 0f68d25

Browse files
Remove greenkeeper-lockfile from CI
1 parent 6a1ced8 commit 0f68d25

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.circleci/config.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,10 @@ jobs:
2626
name: Install
2727
command: npm install
2828

29-
- run:
30-
name: Install Greenkeeper-Lockfile
31-
command: sudo npm install -g greenkeeper-lockfile
32-
33-
- run:
34-
name: Update Lockfile (Greenkeeper)
35-
command: greenkeeper-lockfile-update
36-
3729
- run:
3830
name: Run tests
3931
command: npm test
4032

41-
- run:
42-
name: Upload Lockfile (Greenkeeper)
43-
command: greenkeeper-lockfile-upload
44-
4533
- save_cache:
4634
paths:
4735
- node_modules

0 commit comments

Comments
 (0)