fix(Travis): explicitly start Mongo

This commit is contained in:
SabreCat 2017-07-19 22:50:57 +00:00
parent 116ec0f9d9
commit bf8b2db6b3

View file

@ -2,6 +2,8 @@ language: node_js
node_js:
- '6'
sudo: required
services:
- mongodb
addons:
apt:
sources: