Wallet/.travis.yml

10 lines
190 B
YAML
Raw Normal View History

2014-04-14 14:19:58 -03:00
language: node_js
node_js:
- "0.10"
before_install:
- "npm install -g grunt-cli"
- "npm install -g bower"
install:
- "npm install"
- "bower install"
before_script: "grunt shell"