language: node_js
dist: trusty
sudo: false
node_js:
  - "9"
  - "8"
  - "6"
script: npm run test
after_success: npm run coverage
