mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
Add mongodb as a service for Travis-CI builds
This commit is contained in:
parent
6f8133d760
commit
b507a0fe3a
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- '0.10'
|
||||
services:
|
||||
- mongodb
|
||||
before_script:
|
||||
- 'npm install -g grunt-cli mocha'
|
||||
|
|
|
|||
Loading…
Reference in a new issue