.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - node
  - 10
  - 8
  - 6
  - 4
  - 0.10
script:
  - make test-ci