copay/.travis.yml

8 lines
149 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"
2014-04-14 10:19:58 -07:00
script: "mocha"