6 lines
84 B
YAML
6 lines
84 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
|
|
before_script: "grunt shell"
|
|
script: "mocha"
|