blob: c4aa766855a06746c9ed7ab602ae4ae06cc46d20 [file] [log] [blame]
language: node_js
node_js:
- "0.10"
install: (cd nodejs && npm install)
script:
- (cd nodejs && npm test)
notifications:
email:
on_success: change
on_failure: change