Wallet/.travis.yml

12 lines
116 B
YAML
Raw Normal View History

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