.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js
node_js:
  - 8
  - 6
  - 4
after_success:
  - yarn send-coverage
notifications:
  email: false