mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Added mongodb to be started on VM boot
This commit is contained in:
parent
2f33ea41f8
commit
1e83c7bef2
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
nguage: node_js
|
||||
language: node_js
|
||||
node_js:
|
||||
- 0.10
|
||||
|
||||
services:
|
||||
- mongodb
|
||||
|
||||
before_script:
|
||||
- "npm install"
|
||||
- export DISPLAY=:99.0
|
||||
|
|
Loading…
Reference in a new issue