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