language: node_js
node_js:
  - "4"
  - "6"
  - "8"
branches:
  only:
    - master
script:
  - "npm run cover"
  - "npm run lint"
