language: node_js
node_js:
- "7"
before_script:
- npm install -g grunt-cli
script:
- grunt eslint
- grunt mochaTest
branches:
only:
- develop
notifications:
email:
recipients:
- platform@veo-labs.com
on_success: always
on_failure: always
git:
depth: 3