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