language: node_js

node_js:
   - 7
   - 6

branches:
  only:
    - master

notifications:
    email: false

sudo: true
