Wallet/.travis.yml

6 lines
133 B
YAML
Raw Normal View History

2014-04-14 14:19:58 -03:00
language: node_js
node_js:
- "0.10"
2014-05-15 18:50:53 -03:00
before_install: "npm install -g grunt-cli"
install: "npm install"
before_script: "grunt shell"