Skip to content

Commit e2ca59f

Browse files
committed
docs(Readme): Add line about Travis CI
1 parent 150d580 commit e2ca59f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This package use [mongodb-prebuilt](https://github.com/winfinit/mongodb-prebuilt
1111

1212
Every `MongodbMemoryServer` instance creates and starts fresh MongoDB server on some free port. You may start up several mongod simultaneously. When you terminate your script or call `stop()` MongoDB server(s) will be automatically shutdown.
1313

14+
Perfectly [works with Travis CI](https://github.com/nodkz/graphql-compose-mongoose/commit/7a6ac2de747d14281f9965f418065e97a57cfb37) without additional `services` and `addons` options in `.travis.yml`.
15+
1416
## Installation
1517
```
1618
yarn add mongodb-memory-server --dev

0 commit comments

Comments
 (0)