Skip to content

Commit 232ee72

Browse files
committed
fix(CI): update travis script to include mongodb
1 parent 27ea659 commit 232ee72

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ node_js:
33
- '5'
44
- '4'
55
before_install:
6-
- 'npm install -g npm@latest'
6+
- 'npm install -g npm@latest'
7+
services:
8+
- mongodb
9+
before_script:
10+
- sleep 15

0 commit comments

Comments
 (0)