Wallet/.travis.yml

6 lines
84 B
YAML
Raw Normal View History

2014-04-14 14:19:58 -03:00
language: node_js
node_js:
- "0.10"
before_script: "grunt shell"
2014-04-14 14:19:58 -03:00
script: "mocha"