language: node_js
node_js:
  - stable
install:
  - npm install
notifications:
   email: false
script:
  - npm test
after_script:
  - npm run coveralls
