Skip to content

Commit 49012d8

Browse files
committed
Revises Automated Testing
This commit revises automated testing to install mongodb before running tests. Signed-off-by: Lui de la Parra <Lui@mutesymphony.com>
1 parent 1d2a33f commit 49012d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- node
4+
services: mongodb
45
install:
56
- npm install
67
- npm install marpat

0 commit comments

Comments
 (0)