mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 15:48:27 -05:00
11 lines
130 B
YAML
11 lines
130 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
services:
|
|
- mongodb
|
|
env:
|
|
global:
|
|
- NODE_ENV=travisci
|
|
before_script:
|
|
- npm install
|