sudo: false language: node_js # test on these node.js versions node_js: - 0.10 before_script: # Run lint on every commit - npm run lint notifications: email: recipients: - joshua.newman@krux.com on_success: [change] on_failure: [always]