copay/.travis.yml

13 lines
116 B
YAML
Raw Normal View History

2014-04-14 10:19:58 -07:00
language: node_js
node_js:
- "0.10"
2014-04-28 08:55:36 -07:00
notifications:
email: false
branches:
only:
- master
2014-04-14 10:19:58 -07:00
script: "mocha"