language: node_js
node_js:
  - "8"
  - "7"
  - "6"
install:
  - npm install
script:
  - npm run test
  - npm run cov
after_success:
  - npm run build