language: node_js
node_js:
  - "7"
  - "6"
  - "5"
  - "4"
after_script:
  - npm run coveralls
notifications:
  email:
    on_success: never
    on_failure: always
