Skip to content

Commit f37458c

Browse files
committed
docs: circle-ci badge, remove some unpublished packages due npm spam protect
1 parent d2a4017 commit f37458c

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mongodb-memory-server
22

3-
[![Travis](https://img.shields.io/travis/nodkz/mongodb-memory-server.svg)](https://travis-ci.org/nodkz/mongodb-memory-server)
3+
[![CircleCI](https://img.shields.io/circleci/project/github/nodkz/mongodb-memory-server/master.svg)](https://circleci.com/gh/nodkz/workflows/mongodb-memory-server)
44
[![NPM version](https://img.shields.io/npm/v/mongodb-memory-server.svg)](https://www.npmjs.com/package/mongodb-memory-server)
55
[![Downloads stat](https://img.shields.io/npm/dt/mongodb-memory-server.svg)](http://www.npmtrends.com/mongodb-memory-server)
66
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
@@ -41,30 +41,6 @@ OR
4141
npm install mongodb-memory-server-global --save-dev
4242
```
4343

44-
### With auto-download `v4.0` Mongod binary on npm install to `%HOME/.cache`
45-
46-
```bash
47-
yarn add mongodb-memory-server-global-4.0 --dev
48-
OR
49-
npm install mongodb-memory-server-global-4.0 --save-dev
50-
```
51-
52-
### With auto-download `v3.6` Mongod binary on npm install to `%HOME/.cache`
53-
54-
```bash
55-
yarn add mongodb-memory-server-global-3.6 --dev
56-
OR
57-
npm install mongodb-memory-server-global-3.6 --save-dev
58-
```
59-
60-
### With auto-download `v3.4` Mongod binary on npm install to `%HOME/.cache`
61-
62-
```bash
63-
yarn add mongodb-memory-server-global-3.4 --dev
64-
OR
65-
npm install mongodb-memory-server-global-3.4 --save-dev
66-
```
67-
6844
### Without auto-download
6945

7046
```bash

0 commit comments

Comments
 (0)