language: node_js
node_js:
    - "4.0"
    - "5.0"
    - "6.0"
install:
    - npm install
after_success: npm run coverage
