mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix(Travis): explicitly start Mongo
This commit is contained in:
parent
116ec0f9d9
commit
bf8b2db6b3
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '6'
|
- '6'
|
||||||
sudo: required
|
sudo: required
|
||||||
|
services:
|
||||||
|
- mongodb
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue