.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "6"
  - "7"
  - "8"
  - "9"

install:
  - npm install

after_success: npm run coverage