From 255fe736371689c02a90ec454581e5347b92cd79 Mon Sep 17 00:00:00 2001 From: "d.rogozhny@gmail.com" Date: Wed, 27 Jun 2018 20:14:12 +0300 Subject: [PATCH] Trigger travis-ci build --- types/mongodb-memory-server/mongodb-memory-server-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mongodb-memory-server/mongodb-memory-server-tests.ts b/types/mongodb-memory-server/mongodb-memory-server-tests.ts index 62abb2651b..4bb869011e 100644 --- a/types/mongodb-memory-server/mongodb-memory-server-tests.ts +++ b/types/mongodb-memory-server/mongodb-memory-server-tests.ts @@ -11,5 +11,5 @@ async function simpleServerStart() { // you may stop mongod manually mongod.stop(); - // or it will be stopped automatically when you exit from script + // or it will be stopped automatically when you exit from script. }