copay/.travis.yml

7 lines
133 B
YAML
Raw Normal View History

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