language: node_js
node_js:
  - "8"
branches:
  only: 
    - master
after_success: npm run test:coveralls
