Wallet/.travis.yml
2014-04-28 12:55:36 -03:00

12 lines
116 B
YAML

language: node_js
node_js:
- "0.10"
notifications:
email: false
branches:
only:
- master
script: "mocha"