language: node_js
notifications:
  email: false
node_js:
  - '0.10'
  - '0.11'
after_script:
  - npm run coveralls
