language: node_js
node_js:
  - 0.10

notifications:
  email: true

after_script:
  - npm run instrument
  - npm run coveralls
