blob: 06e77f960f4abf43949e6602576e2fb71b40d874 [file] [log] [blame]
language: node_js
node_js:
- '5.1.0'
install:
- 'npm install'
- 'npm -g install mocha'
script:
- 'mocha tests --bail --target=2.1'
notifications:
email:
on_failure: change
on_success: change