language: node_js
node_js:
   - "6"

branches:
  only:
    - master
    - dev

after_success:
  make test-coveralls

notifications:
    email: false
