blob: b960342c686d34466215712518c0e29008d1ed36 [file] [log] [blame]
language: node_js
node_js:
- '5.1.0'
install:
- 'npm install'
- 'npm -g install mocha'
script:
- 'mocha tests'
notifications:
email:
on_failure: change
on_success: change